Skip to content

Commit

Permalink
Update workingWithFormState.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrelogan committed Jul 17, 2017
1 parent f3b8fad commit 0d4d504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/workingWithFormState.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ componentDidMount() {
context.injectModel(model);
context.add('isInitialized1', true);
// alternatively you can set this flag directly in your state object
context.updateFormState({isInitialized2: true);
context.updateFormState({isInitialized2: true});
});
}
```
Expand Down

0 comments on commit 0d4d504

Please sign in to comment.