diff options
| author | Erik van der Kolk <[email protected]> | 2012-08-18 16:50:08 +0200 |
|---|---|---|
| committer | Erik van der Kolk <[email protected]> | 2012-08-18 16:50:08 +0200 |
| commit | 2ab0c8de1ab01986d4dacdd3455eaea6fe8a65a4 (patch) | |
| tree | 7c9252e224fb1964e1bbc55515beabc552e89b3c /docs | |
| parent | 04a20fb402e45c4362c6e7804efb21d77f45e6a6 (diff) | |
| download | bootstrap-2ab0c8de1ab01986d4dacdd3455eaea6fe8a65a4.tar.xz bootstrap-2ab0c8de1ab01986d4dacdd3455eaea6fe8a65a4.zip | |
Fix typo in One class, multiple tags section
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/base-css.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index c1b13655d..069b79047 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1554,7 +1554,7 @@ For example, <code>section</code> should be wrapped as inline. <input class="btn" type="button" value="Input"> <input class="btn" type="submit" value="Submit"> </pre> - <p>As a best practice, try to match the element for you context to ensure matching cross-browser rendering. If you have an <code>input</code>, use an <code><input type="submit"></code> for your button.</p> + <p>As a best practice, try to match the element for your context to ensure matching cross-browser rendering. If you have an <code>input</code>, use an <code><input type="submit"></code> for your button.</p> </section> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 8ab4b9c2a..8c2155b21 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1491,7 +1491,7 @@ <input class="btn" type="button" value="{{_i}}Input{{/i}}"> <input class="btn" type="submit" value="{{_i}}Submit{{/i}}"> </pre> - <p>{{_i}}As a best practice, try to match the element for you context to ensure matching cross-browser rendering. If you have an <code>input</code>, use an <code><input type="submit"></code> for your button.{{/i}}</p> + <p>{{_i}}As a best practice, try to match the element for your context to ensure matching cross-browser rendering. If you have an <code>input</code>, use an <code><input type="submit"></code> for your button.{{/i}}</p> </section> |
