Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
flut1 committed Dec 19, 2018
1 parent 0437ea6 commit 70bf1b5
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 @@ -143,7 +143,7 @@ export default withInitAction(

## withInitAction `([initProps], initAction, [options])(componentId)(Component)` **advanced**{: .label .label-red}
{: #withInitActionCustom }
You can pass a custom component id to `withInitAction`. Normally the component id is derrived from
You can pass a custom component id to `withInitAction`. Normally the component id is derived from
the `displayName` of the component (or if that does not exist, the `.name` property). This id is
supposed to be unique, because it is used internally to reference which components have been prepared.
If for whatever reason your component does not have a name or does not have a unique name, you can
Expand Down

0 comments on commit 70bf1b5

Please sign in to comment.