Skip to content

Commit

Permalink
Update Selectors.md (#3987)
Browse files Browse the repository at this point in the history
* Update Selectors.md

updated documentation

* Update Selectors.md
  • Loading branch information
pawelgorka authored and erikras committed Apr 24, 2018
1 parent 432e4b9 commit 1c7526d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/Selectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ MyComponent = connect(state => ({
formAsyncErrors: getFormAsyncErrors('myForm')(state),
syncWarnings: getFormSyncWarnings('myForm')(state),
submitErrors: getFormSubmitErrors('myForm')(state),
formError: getFormError()(state),
formError: getFormError('myForm')(state),
names: getFormNames()(state),
dirty: isDirty('myForm')(state),
pristine: isPristine('myForm')(state),
Expand Down

0 comments on commit 1c7526d

Please sign in to comment.