From 57d76f26c5cf64e683813f4824336c0853d49f47 Mon Sep 17 00:00:00 2001 From: Gabriel Bota <94833492+dygabo@users.noreply.github.com> Date: Sat, 23 Mar 2024 20:33:07 +0100 Subject: [PATCH] doc: fix `--env-file` docs for valid quotes for defining values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/52157 Reviewed-By: Antoine du Hamel Reviewed-By: Ulises Gascón Reviewed-By: Luigi Pinca --- doc/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 8f67381f039838..06a9978993749b 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -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