Skip to content

Commit 2c5d543

Browse files
authored
docs: update environment_variables
The example missed a character - my variable instead of my variable a. Also, treaded was changed to treated.
1 parent 7c9fbc1 commit 2c5d543

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)