We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb06ab2 + 067a4f2 commit ba27b55Copy full SHA for ba27b55
README.md
@@ -111,7 +111,7 @@ Example (note the double -- ):
111
112
### Running with debug | Inspector
113
114
-To be able to open Inspector, set envorinment variable `NODE_ENV` to `develpoment` or set the flag directly when run `npm start`:
+To be able to open Inspector, set environment variable `NODE_ENV` to `development` or set the flag directly when run `npm start`:
115
116
```NODE_ENV=development npm start``` or ```$env:NODE_ENV="development" | npm start``` for Windows PowerShell
117
0 commit comments