Skip to content

Commit 4bf6ed0

Browse files
phistucktargos
authored andcommitted
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

doc/api/environment_variables.md

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)