We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9f0dc commit e4e19efCopy full SHA for e4e19ef
src/content/docs/workers/runtime-apis/nodejs/process.mdx
@@ -58,7 +58,7 @@ export default {
58
```
59
60
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
+the cloudflare `env` object. Doing so will cause you to lose any environment variables that
62
were set previously and will cause unexpected behavior for other Workers running in the
63
same isolate. Specifically, it would cause inconsistency with the `process.env` object when
64
accessed via named imports.
0 commit comments