Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Nov 24, 2023
1 parent 6dd4c10 commit fd8b745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/writing-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ When you generate message code using the `rinf message` command, the resulting D

### Continuous Watching

If you add the optional argument `-w` or `--watch` to the `rinf message` command, the message code will automatically generated when `.proto` files are modified. If you add this argument, the command will not exit on its own.
If you add the optional argument `-w` or `--watch` to the `rinf message` command, the message code will be automatically generated when `.proto` files are modified. If you add this argument, the command will not exit on its own.

```bash
rinf message --watch
Expand Down

0 comments on commit fd8b745

Please sign in to comment.