Skip to content

Commit

Permalink
fix(installation documentation): grammatical error (reduxjs#4152)
Browse files Browse the repository at this point in the history
Fixes a single grammatical error in the installation documentation.
  • Loading branch information
ryangrunest authored Aug 18, 2021
1 parent b44c455 commit 23afb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ npm install redux
yarn add redux
```

If you're not, you can [access these files on unpkg](https://unpkg.com/redux/), download them, or point your package manager to them.
If you're not using a package manager, you can [access these files on unpkg](https://unpkg.com/redux/), download them, or point your package manager to them.

Most commonly, people consume Redux as a collection of [CommonJS](http://www.commonjs.org/) modules. These modules are what you get when you import `redux` in a [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/), or a Node environment. If you like to live on the edge and use [Rollup](https://rollupjs.org), we support that as well.

Expand Down

0 comments on commit 23afb14

Please sign in to comment.