Commit 270def40 authored by Mark Otto's avatar Mark Otto

Merge pull request #629 from leocassarani/patch-1

Fix grammatically incorrect sentence in form docs
parents 1f51ce05 e3cfd2f5
...@@ -1237,7 +1237,7 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment