Skip to content

Commit c14dd06

Browse files
Apply suggestion from @coderabbitai[bot]
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent c23be9a commit c14dd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/generator/docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template@3.5.4 -o ./
5858
asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template@3.5.4 -o ./docs -p title='Hello from param'
5959
```
6060

61-
In the template you can use it like this: ` {{ params.title }}`
61+
In the template you can use it like this: `{{ params.title }}`
6262

6363
**Disabling the hooks:**
6464
```bash

0 commit comments

Comments
 (0)