Skip to content

Commit

Permalink
📝 Fix typo in docs
Browse files Browse the repository at this point in the history
optimisations -> optimizations
  • Loading branch information
djkirby committed Oct 2, 2015
1 parent 2f7ec22 commit 251043d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default connect()(TodoApp);

##### Inject `dispatch` and every field in the global state

>Don’t do this! It kills any performance optimisations because `TodoApp` will rerender after every action.
>Don’t do this! It kills any performance optimizations because `TodoApp` will rerender after every action.
>It’s better to have more granular `connect()` on several components in your view hierarchy that each only
>listen to a relevant slice of the state.
Expand Down

0 comments on commit 251043d

Please sign in to comment.