Skip to content

Commit 357dd70

Browse files
authored
Fix formatting
1 parent 56415f9 commit 357dd70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redux-techniques.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#### Debugging
55

66
- **Hot reloading and time travel debugging: what are they?**
7-
https://code-cartoons.com/hot-reloading-and-time-travel-debugging-what-are-they-3c8ed2812f35
7+
https://code-cartoons.com/hot-reloading-and-time-travel-debugging-what-are-they-3c8ed2812f35
88
A short but informative article describing these concepts and why they're useful.
99

1010
- **Debugging is in Flux**
@@ -45,7 +45,7 @@
4545
https://www.reddit.com/r/javascript/comments/42ey9e/redux_reducer_composition_without_slicing_state/
4646
Discussion of ways to organize actions and reducer logic
4747

48-
- **Taking Advantage of `combineReducers**
48+
- **Taking Advantage of `combineReducers`**
4949
http://randycoulman.com/blog/2016/11/22/taking-advantage-of-combinereducers/
5050
Examples of using `combineReducers` multiple times to produce a state tree, and some thoughts on tradeoffs in various approaches to reducer logic.
5151

0 commit comments

Comments
 (0)