Skip to content

Commit

Permalink
Merge pull request #2121 from bfmvsa/readme-fix-typos
Browse files Browse the repository at this point in the history
  • Loading branch information
MrD-RC authored Jun 23, 2024
2 parents fb06ab2 + 067a4f2 commit ba27b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Example (note the double -- ):

### Running with debug | Inspector

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`:

```NODE_ENV=development npm start``` or ```$env:NODE_ENV="development" | npm start``` for Windows PowerShell

Expand Down

0 comments on commit ba27b55

Please sign in to comment.