Skip to content

Commit 23afb14

Browse files
authored
fix(installation documentation): grammatical error (reduxjs#4152)
Fixes a single grammatical error in the installation documentation.
1 parent b44c455 commit 23afb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction/Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ npm install redux
3434
yarn add redux
3535
```
3636

37-
If you're not, you can [access these files on unpkg](https://unpkg.com/redux/), download them, or point your package manager to them.
37+
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.
3838

3939
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.
4040

0 commit comments

Comments
 (0)