Skip to content

Commit

Permalink
Fix wording for env var fields
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler authored Oct 18, 2024
1 parent 15b0748 commit bb08de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lib/content/using-npm/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ exported into the `node_modules/.bin` directory on `npm install`.

#### Environment variables from `package.json`

Three fields of the `package.json` file are converted into environment variables prefixed with `npm_package_`. For example, if your `package.json` contains this:
Several fields of the `package.json` file are converted into environment variables prefixed with `npm_package_`. For example, if your `package.json` contains this:
```bash
{
"name": "foo",
Expand Down

0 comments on commit bb08de1

Please sign in to comment.