Skip to content

Commit 72bd2b0

Browse files
dygabomarco-ippolito
authored andcommitted
doc: fix --env-file docs for valid quotes for defining values
PR-URL: #52157 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 4f19203 commit 72bd2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cli.md

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

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

694694
```text

0 commit comments

Comments
 (0)