1
0
Fork 0
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:
bfmvsa 2024-06-23 13:15:38 +02:00
parent 306b722be8
commit 067a4f2901

View file

@ -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