Skip to content

Commit 2563b3c

Browse files
authored
Update src/content/docs/workers/runtime-apis/nodejs/process.mdx
1 parent cb494a4 commit 2563b3c

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/runtime-apis/nodejs

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/nodejs/process.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ When [Node.js compatibility](/workers/runtime-apis/nodejs/) is turned on and the
3535

3636
Workers have a concept of [environment variables](/workers/configuration/environment-variables/) that are applied on a per-Worker and per-request basis.
3737

38-
By default, these are not accessible via the `process.env` API. It is
38+
By default, these are not accessible via the `process.env` API.
3939
To automatically populate environment variables and secrets on `process.env`, enable
4040
the [`nodejs_compat_populate_process_env`](/workers/configuration/compatibility-flags/#nodejs_compat_populate_process_env)
4141
compatibility flag and disable the `disallow_importable_env` compatibility flag.

0 commit comments

Comments
 (0)