Skip to content

Commit

Permalink
update grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMauroy committed Nov 21, 2023
1 parent 59a538c commit cf51c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ process.env.NODE_ENV; // "development"

> You can also run your js file with `node -r dotenv/config index.js` command if you don't want to import the package in your code.
> Note: Nodejs 20 and above have **experimental** support of .env file. You can read more about it [here](https://nodejs.org/dist/latest-v20.x/docs/api/cli.html#--env-fileconfig).
> Note: Nodejs 20 and above have **experimental** support for the .env file. You can read more about it [here](https://nodejs.org/dist/latest-v20.x/docs/api/cli.html#--env-fileconfig).
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ Run the application using the `nodemon` command followed by the application's fi
nodemon app.js
```

> Note: nodejs 16 and above have an **exerimental** watch mode. You can use `node --watch app.js` to run the application in watch mode. You can read in the [api docs](https://nodejs.org/docs/latest-v18.x/api/cli.html#--watch).
> Note: nodejs 16 and above has an **exerimental** watch mode. You can use `node --watch app.js` to run the application in watch mode. You can read about this in the [api docs](https://nodejs.org/docs/latest-v18.x/api/cli.html#--watch).

0 comments on commit cf51c0d

Please sign in to comment.