Skip to content

Commit 1752e61

Browse files
committed
Merge pull request reactjs#28 from enoson/patch-1
Fix a typo
2 parents 403f98a + 01e6b3f commit 1752e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10_middleware.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ function discardMiddleware ({ dispatch, getState }) {
152152
// See http://gaearon.github.io/redux/docs/introduction/Ecosystem.html, section Middlewares, to
153153
// see other middleware examples.
154154

155-
// Let's sum up what we've learned to far:
155+
// Let's sum up what we've learned so far:
156156
// 1) We know how to write actions and action creators
157157
// 2) We know how to dispatch our actions
158158
// 3) We know how to handle custom actions like asynchronous actions thanks to middlewares

0 commit comments

Comments
 (0)