mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Fix typos in README.md file
This commit is contained in:
parent
306b722be8
commit
067a4f2901
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue