Skip to content

Commit 91f4349

Browse files
authored
Apply suggestions from code review
1 parent 6e03e4c commit 91f4349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/workers/configuration/environment-variables.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ JSON variable values that evaluate to string values are exposed as the parsed va
123123
JSON variable values that do not evaluate to string values are exposed as the raw
124124
JSON string.
125125

126-
For example, imagine a Worker with three environment variables, one text value, and
127-
two JSON values:
126+
For example, imagine a Worker with three environment variables, two text values, and
127+
one JSON value:
128128

129129
```
130130
[vars]

0 commit comments

Comments
 (0)