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 }); ```