Skip to content

Commit 5348368

Browse files
authored
Apply suggestions from code review
1 parent 90b0399 commit 5348368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/compatibility-flags/process-env.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ disable_flag: "nodejs_compat_do_not_populate_process_env"
1111
---
1212

1313
When the `nodejs_compat_populate_process_env` compatibility flag is used in conjunction with
14-
the `nodejs_compat` compatibility flag, all environment variables configured for the worker
15-
are added a string values to the `process.env` global.
14+
the `nodejs_compat` compatibility flag, all environment variables and secrets configured for the
15+
worker are added a string values to the `process.env` global.
1616

1717
Refer to the [environment variables](/workers/configuration/environment-variables/) docuemntation
1818
for more detail.

0 commit comments

Comments
 (0)