Skip to content

Commit

Permalink
doc: fix --env-file docs for valid quotes for defining values
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dygabo committed Mar 23, 2024
1 parent f4a0a3b commit 305375a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cli.md
Expand Up @@ -699,7 +699,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
Expand Down

0 comments on commit 305375a

Please sign in to comment.