From d5656b6e4064df5ca9e9ff406a5396551e5e3037 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Thu, 29 Aug 2024 20:54:35 +1000 Subject: [PATCH] Fix typo "suger" -> "sugar" (#1499) Love the tool. Noticed a little typo in the docs. Thanks! --- Docs/ProjectSpec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/ProjectSpec.md b/Docs/ProjectSpec.md index d5891695..5dfec8f3 100644 --- a/Docs/ProjectSpec.md +++ b/Docs/ProjectSpec.md @@ -1071,7 +1071,7 @@ A target can be one of a 2 types: - **name**: **String** - The name of the target. - **target**: **[Testable Target Reference](#testable-target-reference)** - The information of the target. You can specify more detailed information than `name:`. -As syntax suger, you can also specify **[Testable Target Reference](#testable-target-reference)** without `target`. +As syntax sugar, you can also specify **[Testable Target Reference](#testable-target-reference)** without `target`. #### Other Parameters