Skip to content

Commit aa93a78

Browse files
committed
Merge pull request reduxjs#487 from mindjuice/patch-5
Minor help text improvements
2 parents 5768c24 + 0582e78 commit aa93a78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/introduction/Examples.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Examples
22

33
Redux is distributed with a few examples in its [source code](https://github.com/gaearon/redux/tree/master/examples).
4-
**To run either of them, clone the repo and run `npm install` both in the root and the example folder.**
4+
**To run any of them, clone the repo and run `npm install` both in the root and the example folder.**
55

66
>##### Note on Copying
77
>If you copy Redux examples outside their folders, remove these lines from their `webpack.config.js`:
@@ -87,7 +87,7 @@ open http://localhost:3000/
8787
It covers:
8888

8989
* Basic async Redux flow with [redux-thunk](https://github.com/gaearon/redux-thunk);
90-
* Caching responses and showing spinner while data is fetching;
90+
* Caching responses and showing a spinner while data is fetching;
9191
* Invalidating the cached data.
9292

9393
## Real World
@@ -112,7 +112,7 @@ It covers:
112112
* Real-world async Redux flow;
113113
* Keeping entities in a normalized entity cache;
114114
* A custom middleware for API calls;
115-
* Caching responses and showing spinner while data is fetching;
115+
* Caching responses and showing a spinner while data is fetching;
116116
* Pagination;
117117
* Routing.
118118

0 commit comments

Comments
 (0)