Skip to content

Commit 36681c4

Browse files
authored
doc: fix --env-file docs to contain the valid quotes for defining values
1 parent 14de082 commit 36681c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ Any text after a `#` is treated as a comment:
699699
PORT=3000 # This is also a comment
700700
```
701701

702-
Values can start and end with the following quotes: `\`, `"` or `'`.
702+
Values can start and end with the following quotes: `` ` ``, `"` or `'`.
703703
They are omitted from the values.
704704

705705
```text

0 commit comments

Comments
 (0)