#3263: typo in forms docs

This commit is contained in:
Mark Otto 2012-04-30 15:43:47 -07:00
parent b6b354ceaa
commit ef368f0076
2 changed files with 2 additions and 2 deletions

View File

@ -1272,7 +1272,7 @@ For example, <code>section</code> should be wrapped as inline.
</label>
<label class="radio">
<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>
</div>
</div>

View File

@ -1195,7 +1195,7 @@
</label>
<label class="radio">
<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>
</div>
</div>