Skip to content

Commit 5c34bc2

Browse files
committed
Fix the comment
1 parent 3d8883d commit 5c34bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/command-block.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
owner: context.repo.owner,
2121
repo: context.repo.repo,
2222
body: 'Awesome that you are trying to improve the documentation of a nushell command!\n\n' +
23-
'You should not modify the files in `commands/docs` or `commands/categorees`!\n' +
23+
'**You should not modify the files in `commands/docs` or `commands/categories`!**\n' +
2424
'We autogenerate these command pages from the `help` information defined by the command implementation, after each release. Thus:\n'+
2525
'- If you already updated the command help, you are already done and can close this PR!\n'+
2626
'- Else, please look for the command in the [source tree](https://github.com/nushell/nushell/tree/main/crates) and make your changes directly there in the `impl Command` and `Signature`.\n'+

0 commit comments

Comments
 (0)