Skip to content

Commit 9b463df

Browse files
Merge pull request #49 from dwyl/markdown-fix
One tiny error in readme
2 parents 461e19d + 47b60ec commit 9b463df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ as a function which gets applied to the existing store and returns a new version
7777

7878
> See: https://en.wikipedia.org/wiki/Immutable_object
7979
80-
#### 3. Changes are made Using *Pure Functions*
80+
#### 3. Changes are made Using *Pure Functions*
8181

8282
To change the state tree we use "*actions*" called "*reducers*",
8383
these are simple functions which perform a *single* action.

0 commit comments

Comments
 (0)