Skip to content

Commit 305375a

Browse files
authored
doc: fix --env-file docs for valid quotes for defining values
PR-URL: #52157 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent f4a0a3b commit 305375a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cli.md

+1-1
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)