From 5292d453b483ecfc6b0ae62c4a87f906bbb9d55b Mon Sep 17 00:00:00 2001 From: Austen Date: Thu, 3 Jun 2021 09:07:37 -0400 Subject: [PATCH] Update docs/features/software-templates/writing-templates.md Co-authored-by: Ben Lambert Signed-off-by: anovis --- docs/features/software-templates/writing-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/writing-templates.md b/docs/features/software-templates/writing-templates.md index 44812ee0b3..4f42489244 100644 --- a/docs/features/software-templates/writing-templates.md +++ b/docs/features/software-templates/writing-templates.md @@ -323,7 +323,7 @@ to the steps will be available by using the template syntax `{{ parameters.something }}`. This is great for passing the values from the form into different steps and reusing these input variables. To pass arrays or objects use the syntax `{{ json paramaters.something }}` where `paramaters.something` is -of type `object` or `array` in the jsonSchema, such as the nicknames paramter +of type `object` or `array` in the `jsonSchema`, such as the `nicknames` parameter in the previous example. As you can see above in the `Outputs` section, `actions` and `steps` can also