Skip to content

Commit 251043d

Browse files
committed
📝 Fix typo in docs
optimisations -> optimizations
1 parent 2f7ec22 commit 251043d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default connect()(TodoApp);
8888

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

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

0 commit comments

Comments
 (0)