Skip to content

Commit

Permalink
Fixing typo in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradly committed Oct 14, 2012
1 parent fa77879 commit ed5c599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -2485,7 +2485,7 @@ <h2>Close icon</h2>
<p><button class="close" style="float: none;">&times;</button></p>
</div>
<pre class="prettyprint linenums">&lt;button class="close"&gt;&amp;times;&lt;/button&gt;</pre>
<p>iOS devices require an href="#" for click events if you rather use an anchor.</p>
<p>iOS devices require an href="#" for click events if you would rather use an anchor.</p>
<pre class="prettyprint linenums">&lt;a class="close" href="#"&gt;&amp;times;&lt;/a&gt;</pre>

<h2>Helper classes</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/pages/components.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -2414,7 +2414,7 @@
<p><button class="close" style="float: none;">&times;</button></p>
</div>
<pre class="prettyprint linenums">&lt;button class="close"&gt;&amp;times;&lt;/button&gt;</pre>
<p>{{_i}}iOS devices require an href="#" for click events if you rather use an anchor.{{/i}}</p>
<p>{{_i}}iOS devices require an href="#" for click events if you would rather use an anchor.{{/i}}</p>
<pre class="prettyprint linenums">&lt;a class="close" href="#"&gt;&amp;times;&lt;/a&gt;</pre>

<h2>{{_i}}Helper classes{{/i}}</h2>
Expand Down

0 comments on commit ed5c599

Please sign in to comment.