Skip to content

Commit e7645ac

Browse files
committed
Removed unnecessary punctuation
Bullets shouldn't end in any punctuation when they're not a complete sentence. If they are a complete sentence, they should end in a period. More info: https://www.google.com/search?client=safari&rls=en&q=bulleted+list+punctuation&ie=UTF-8&oe=UTF-8
1 parent 9ef40e9 commit e7645ac

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/introduction/Examples.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ open http://localhost:3000/
2121

2222
It covers:
2323

24-
* Basic Redux flow;
25-
* Testing.
24+
* Basic Redux flow
25+
* Testing
2626

2727
## TodoMVC
2828

@@ -40,9 +40,9 @@ open http://localhost:3000/
4040

4141
It covers:
4242

43-
* Redux flow with two reducers;
44-
* Updating nested data;
45-
* Testing.
43+
* Redux flow with two reducers
44+
* Updating nested data
45+
* Testing
4646

4747
## Async
4848

@@ -60,9 +60,9 @@ open http://localhost:3000/
6060

6161
It covers:
6262

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

6767
## Universal
6868

@@ -100,12 +100,12 @@ open http://localhost:3000/
100100

101101
It covers:
102102

103-
* Real-world async Redux flow;
104-
* Keeping entities in a normalized entity cache;
105-
* A custom middleware for API calls;
106-
* Caching responses and showing a spinner while data is fetching;
107-
* Pagination;
108-
* Routing.
103+
* Real-world async Redux flow
104+
* Keeping entities in a normalized entity cache
105+
* A custom middleware for API calls
106+
* Caching responses and showing a spinner while data is fetching
107+
* Pagination
108+
* Routing
109109

110110
## More Examples
111111

0 commit comments

Comments
 (0)