◐ Shell
clean mode source ↗

doc: fix typos in `environment_variables.md` · nodejs/node@4bf6ed0

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 4bf6ed0

phistucktargos

authored and

committed

doc: fix typos in environment_variables.md

PR-URL: #59536 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions

Original file line numberDiff line numberDiff line change

@@ -96,10 +96,10 @@ For example:

9696

MY_VAR_B = ' my variable b '

9797

```

9898
99-

will be treaded identically to:

99+

will be treated identically to:

100100
101101

```text

102-

MY_VAR_A = my variable

102+

MY_VAR_A = my variable a

103103

MY_VAR_B = ' my variable b '

104104

```

105105

0 commit comments