aboutsummaryrefslogtreecommitdiff
path: root/docs/components/forms.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components/forms.md')
-rw-r--r--docs/components/forms.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md
index 5025e2358..71292eb3b 100644
--- a/docs/components/forms.md
+++ b/docs/components/forms.md
@@ -370,7 +370,7 @@ Be sure to add `.col-form-label` to your `<label>`s as well so they're verticall
</div>
<div class="radio">
<label>
- <input type="radio" name="gridRadios" id="gridRadios1" value="option2">
+ <input type="radio" name="gridRadios" id="gridRadios2" value="option2">
Option two can be something else and selecting it will deselect option one
</label>
</div>