fixed format issues

Signed-off-by: Bari, Haider <haider.bari@fmr.com>
This commit is contained in:
Bari, Haider
2024-11-22 19:39:23 +00:00
parent 89b2ed389e
commit d3768f94a9
@@ -169,6 +169,7 @@ export const examples: TemplateExample[] = [
},
];
```
Add the example to the `createTemplateAction` under the object property `examples`:
`return createTemplateAction<{ contents: string; filename: string }>({id: 'acme:file:create', description: 'Create an Acme file', examples, ...};`