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

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

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 parent 2d05c04 commit 4bf6ed0

File tree

1 file changed

+

2

-

2

lines changed

1 file changed

+

2

-

2

lines changed

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

Comments

 (0)