Skip to content
Prev Previous commit
Next Next commit
chore(docs): fix spelling mistake in npm-install.md docs
PR-URL: #285
Credit: @brettz9
Close: #285
Reviewed-by: @claudiahdz
  • Loading branch information
brettz9 authored and claudiahdz committed Nov 13, 2019
commit 087f37b6749b0ea9d419b6205f3f97b5242d82f0
2 changes: 1 addition & 1 deletion docs/content/cli-commands/npm-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ npm install sax --force
```

The `--no-fund` argument will hide the message displayed at the end of each
install that aknowledges the number of dependencies looking for funding.
install that acknowledges the number of dependencies looking for funding.
See `npm-fund(1)`

The `-g` or `--global` argument will cause npm to install the package globally
Expand Down