diff options
| author | Mark Otto <[email protected]> | 2016-05-08 15:31:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-05-08 15:31:53 -0700 |
| commit | bd904d70c9a8e24c524a6a78e6ac612d0598035d (patch) | |
| tree | fc0c81608c8b4f5ea05070a304557b3d0a3f90bc /docs/components/forms.md | |
| parent | 4a064209ba26f53ed0758f232d0331beca7dfcd3 (diff) | |
| download | bootstrap-bd904d70c9a8e24c524a6a78e6ac612d0598035d.tar.xz bootstrap-bd904d70c9a8e24c524a6a78e6ac612d0598035d.zip | |
lol my bad, fix that last one too
Diffstat (limited to 'docs/components/forms.md')
| -rw-r--r-- | docs/components/forms.md | 2 |
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> |
