Merge pull request #6430 from formido/patch-1

Fix briefly confusing typo
This commit is contained in:
Paul O’Shannessy
2016-04-06 16:27:38 -07:00
+1 -1
View File
@@ -102,7 +102,7 @@ If you want to initialize the component with a non-empty value, you can supply a
}
```
This example will function much like the **Uncontrolled Components** example above.
This example will function much like the **Controlled Components** example above.
Likewise, `<input type="checkbox">` and `<input type="radio">` support `defaultChecked`, and `<select>` supports `defaultValue`.