Skip to content

Commit 8062f27

Browse files
Marc LundgrenMarc Lundgren
authored andcommitted
avoid a horizontal scrollbar in the gitbook readme
1 parent 06ac006 commit 8062f27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ import { createStore } from 'redux'
7676
* not mutate the state object, but return a new object if the state changes.
7777
*
7878
* In this example, we use a `switch` statement and strings, but you can use a helper that
79-
* follows a different convention (such as function maps) if it makes sense for your project.
79+
* follows a different convention (such as function maps) if it makes sense for your
80+
* project.
8081
*/
8182
function counter(state = 0, action) {
8283
switch (action.type) {

0 commit comments

Comments
 (0)