From 490a376407981eda0a197b77a00dbcee1f498db5 Mon Sep 17 00:00:00 2001 From: Peter Macdonald Date: Wed, 30 Apr 2025 18:22:25 +0200 Subject: [PATCH] fix: another small tweak Signed-off-by: Peter Macdonald --- docs/features/software-templates/writing-custom-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/writing-custom-actions.md b/docs/features/software-templates/writing-custom-actions.md index d3a6dffead..9a502d7195 100644 --- a/docs/features/software-templates/writing-custom-actions.md +++ b/docs/features/software-templates/writing-custom-actions.md @@ -180,7 +180,7 @@ export const examples: TemplateExample[] = [ ]; ``` -Add the example to the `createTemplateAction` under the object property `examples`: +Add the example to `createTemplateAction` by including the `examples` property: ```ts return createTemplateAction({