diff options
| author | Mark Otto <[email protected]> | 2012-11-08 23:49:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-08 23:49:04 -0800 |
| commit | ddf5ceccce58e6ee1104e16c3ad36ba9dbabf24e (patch) | |
| tree | 155508e50625929a60b40205622bf259158fe2f5 | |
| parent | cf7d7a7b5dcb0467903107c9b2fa212f737b6259 (diff) | |
| download | bootstrap-ddf5ceccce58e6ee1104e16c3ad36ba9dbabf24e.tar.xz bootstrap-ddf5ceccce58e6ee1104e16c3ad36ba9dbabf24e.zip | |
typo fix
| -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 816b465c9..fa41612d8 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -350,7 +350,7 @@ </pre> <h3>Unstyled</h3> - <p>Remove default the <code>list-style</code> and left padding on list items (immediate children only).</p> + <p>Remove the default <code>list-style</code> and left padding on list items (immediate children only).</p> <div class="bs-docs-example"> <ul class="unstyled"> <li>Lorem ipsum dolor sit amet</li> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 494086702..29c4cebb1 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -287,7 +287,7 @@ </pre> <h3>{{_i}}Unstyled{{/i}}</h3> - <p>{{_i}}Remove default the <code>list-style</code> and left padding on list items (immediate children only).{{/i}}</p> + <p>{{_i}}Remove the default <code>list-style</code> and left padding on list items (immediate children only).{{/i}}</p> <div class="bs-docs-example"> <ul class="unstyled"> <li>Lorem ipsum dolor sit amet</li> |
