diff options
Diffstat (limited to 'node_modules/invariant/README.md')
-rw-r--r-- | node_modules/invariant/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/invariant/README.md b/node_modules/invariant/README.md index 96aac6d36..4f18354a0 100644 --- a/node_modules/invariant/README.md +++ b/node_modules/invariant/README.md @@ -34,4 +34,4 @@ When used with [browserify](https://github.com/substack/node-browserify), it'll ### Node -The node version is optimized around the performance implications of accessing `process.env`. The value of `process.env.NODE_ENV` is cached, and repeatedly used instead of reading `proces.env`. See [Server rendering is slower with npm react #812](https://github.com/facebook/react/issues/812) +The node version is optimized around the performance implications of accessing `process.env`. The value of `process.env.NODE_ENV` is cached, and repeatedly used instead of reading `process.env`. See [Server rendering is slower with npm react #812](https://github.com/facebook/react/issues/812) |