From edbe10309435b208b4a8b28148c14549961b9545 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Wed, 6 Apr 2016 15:57:48 -0700 Subject: [PATCH] Fix briefly confusing typo There are two examples of a text input with initial value of "Hello!" on this page, a controlled and an uncontrolled. The explanation for the uncontrolled version mistakenly says it works much like the earlier "uncontrolled" example, but the earlier example was the controlled version. --- docs/docs/07-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/07-forms.md b/docs/docs/07-forms.md index 2da8e35bb2..e7e769cd02 100644 --- a/docs/docs/07-forms.md +++ b/docs/docs/07-forms.md @@ -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, `` and `` support `defaultChecked`, and `