diff options
| author | Mark Otto <[email protected]> | 2012-10-16 20:36:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-16 20:36:26 -0700 |
| commit | e0a007b9299e6991c78bcb77384e15979d6b7485 (patch) | |
| tree | 4a4cc059df4f04fb5762caafb01a7632feed4c36 /docs/components.html | |
| parent | b06724a1a4f6d297564dd4f4c17aec10f4dc6e2e (diff) | |
| parent | ed5c5994a780b7ba80854431b05d81e8692b819d (diff) | |
| download | bootstrap-e0a007b9299e6991c78bcb77384e15979d6b7485.tar.xz bootstrap-e0a007b9299e6991c78bcb77384e15979d6b7485.zip | |
Merge pull request #5507 from bradly/2.1.2-wip
Fixing typo in docs.
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html index f4f03cac3..8725400f8 100644 --- a/docs/components.html +++ b/docs/components.html @@ -2485,7 +2485,7 @@ <p><button class="close" style="float: none;">×</button></p> </div> <pre class="prettyprint linenums"><button class="close">&times;</button></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"><a class="close" href="#">&times;</a></pre> <h2>Helper classes</h2> |
