Skip to content

Commit 91e155e

Browse files
Apply suggestions from code review
Co-authored-by: Brendan Irvine-Broque <[email protected]>
1 parent 41c5be8 commit 91e155e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Select the **Secret** type if your environment variable is a [secret](/workers/c
106106

107107
## Environment variables and Node.js compatibility
108108

109-
When using the `nodejs_compat` and `nodejs_compat_populate_process_env` compatibility
109+
When you enable both the [`nodejs_compat`](/workers/runtime-apis/nodejs/) and [`nodejs_compat_populate_process_env`](/workers/configuration/compatibility-flags/) compatibility
110110
flags, environment variables will also be available via the global `process.env`.
111111

112112
Text variable values are exposed directly.

0 commit comments

Comments
 (0)