Skip to content

Commit

Permalink
Fix inverted definition of Controlled component
Browse files Browse the repository at this point in the history
  • Loading branch information
dpercy committed Feb 22, 2016
1 parent fb75341 commit 8011112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/07-forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ In this example, we are accepting the value provided by the user and updating th

This would accept user input and truncate the value to the first 140 characters.

A **Controlled** component maintains its own internal state; the component renders purely based on props.
A **Controlled** component does not maintain its own internal state; the component renders purely based on props.

### Potential Issues With Checkboxes and Radio Buttons

Expand Down

0 comments on commit 8011112

Please sign in to comment.