2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Merge pull request #629 from leocassarani/patch-1

Fix grammatically incorrect sentence in form docs
This commit is contained in:
Mark Otto
2011-11-13 15:56:33 -08:00
+1 -1
View File
@@ -1237,7 +1237,7 @@
<li> <li>
<label> <label>
<input type="radio" name="optionsRadios" value="option2" /> <input type="radio" name="optionsRadios" value="option2" />
<span>Option two can is something else and selecting it will deselect options 1</span> <span>Option two is something else and selecting it will deselect option 1</span>
</label> </label>
</li> </li>
</ul> </ul>