Skip to content

Commit e4e19ef

Browse files
jasnellvicb
andauthored
Update src/content/docs/workers/runtime-apis/nodejs/process.mdx
Co-authored-by: Victor Berchet <[email protected]>
1 parent da9f0dc commit e4e19ef

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
@@ -58,7 +58,7 @@ export default {
5858
```
5959
6060
It is strongly recommended that you *do not* replace the entire `process.env` object with
61-
the request `env` object. Doing so will cause you to lose any environment variables that
61+
the cloudflare `env` object. Doing so will cause you to lose any environment variables that
6262
were set previously and will cause unexpected behavior for other Workers running in the
6363
same isolate. Specifically, it would cause inconsistency with the `process.env` object when
6464
accessed via named imports.

0 commit comments

Comments
 (0)