Commit ef368f00 authored by Mark Otto's avatar Mark Otto

#3263: typo in forms docs

parent b6b354ce
...@@ -1272,7 +1272,7 @@ For example, <code>section</code> should be wrapped as inline. ...@@ -1272,7 +1272,7 @@ For example, <code>section</code> should be wrapped as inline.
</label> </label>
<label class="radio"> <label class="radio">
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2"> <input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
Option two can is something else and selecting it will deselect option one Option two can be something else and selecting it will deselect option one
</label> </label>
</div> </div>
</div> </div>
......
...@@ -1195,7 +1195,7 @@ ...@@ -1195,7 +1195,7 @@
</label> </label>
<label class="radio"> <label class="radio">
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2"> <input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
{{_i}}Option two can is something else and selecting it will deselect option one{{/i}} {{_i}}Option two can be something else and selecting it will deselect option one{{/i}}
</label> </label>
</div> </div>
</div> </div>
......
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