From 3d74f6f4b17c1d803946e3c5a7cdd7847fda27c9 Mon Sep 17 00:00:00 2001 From: Andrew Rathbun <36825567+AndrewRathbun@users.noreply.github.com> Date: Wed, 17 Jan 2024 13:11:34 -0500 Subject: [PATCH] Comments -> Comment in Target Guide/Template --- Targets/CompoundTargetGuide.guide | 2 +- Targets/CompoundTargetTemplate.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Targets/CompoundTargetGuide.guide b/Targets/CompoundTargetGuide.guide index 049a2c093..cfcdf2f4a 100644 --- a/Targets/CompoundTargetGuide.guide +++ b/Targets/CompoundTargetGuide.guide @@ -9,7 +9,7 @@ Targets: Name: CompoundTarget1 # Required Category: Category # Required, it is recommended to use the Category referenced within the Target file itself to keep things consistent. Path: CompoundTarget1.tkape # Required, needs to exactly match the filename of the Target you're referencing, regardless of where the Target resides. KAPE will find it as long as it exists within the Targets folder. - Comments: "Comments go here" # Optional, and rarely used in Compound Targets, this won't be included in examples below. + Comment: "Comments go here" # Optional, and rarely used in Compound Targets, this won't be included in examples below. - Name: CompoundTarget2 Category: Category diff --git a/Targets/CompoundTargetTemplate.template b/Targets/CompoundTargetTemplate.template index a2b3bd87f..0da5fffc2 100644 --- a/Targets/CompoundTargetTemplate.template +++ b/Targets/CompoundTargetTemplate.template @@ -8,7 +8,7 @@ Targets: Name: CompoundTarget1 # Required Category: Category # Required Path: CompoundTarget1.tkape # Required - Comments: "Comments go here" # Optional + Comment: "Comments go here" # Optional - Name: CompoundTarget2 Category: Category