diff --git a/doc/api/cli.md b/doc/api/cli.md index 8bb844196311f1..e8586b7c1c2aff 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -688,7 +688,7 @@ Any text after a `#` is treated as a comment: PORT=3000 # This is also a comment ``` -Values can start and end with the following quotes: `\`, `"` or `'`. +Values can start and end with the following quotes: `` ` ``, `"` or `'`. They are omitted from the values. ```text