From f9ebd0392e7cd69fc8c408e51858e2d2bc51fcf3 Mon Sep 17 00:00:00 2001 From: Peter Macdonald Date: Wed, 30 Apr 2025 18:19:50 +0200 Subject: [PATCH] fix: 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 51500f1c19..d3a6dffead 100644 --- a/docs/features/software-templates/writing-custom-actions.md +++ b/docs/features/software-templates/writing-custom-actions.md @@ -193,7 +193,7 @@ return createTemplateAction({ d.string().describe('The filename of the file that will be created'), }, }, - examples: examples, + examples, // ...rest of the action configuration }); ```