diff options
| author | Mark Otto <[email protected]> | 2012-03-27 09:21:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-27 09:21:13 -0700 |
| commit | d27fc24aa027f4c9bdb9aa3648eebfcd6aed5acf (patch) | |
| tree | 365d4daf3560266e138592692f08a6a88cf68ef0 /docs | |
| parent | 917f11e6799ddd43b439ce1f7a10c1a7360bcf3b (diff) | |
| download | bootstrap-d27fc24aa027f4c9bdb9aa3648eebfcd6aed5acf.tar.xz bootstrap-d27fc24aa027f4c9bdb9aa3648eebfcd6aed5acf.zip | |
fix spelling booboo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 56904 -> 56904 bytes | |||
| -rw-r--r-- | docs/scaffolding.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/scaffolding.mustache | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 93f495965..ec3a231fe 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/scaffolding.html b/docs/scaffolding.html index e2715a2c3..9236fa011 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -173,7 +173,7 @@ <div class="row"> <div class="span4"> <p>The default grid system provided as part of Bootstrap is a <strong>940px-wide, 12-column grid</strong>.</p> - <p>It also has four responsive variations for various devices and resolutions: phone, tablet portrait, table landscape and small desktops, and large widescreen desktops.</p> + <p>It also has four responsive variations for various devices and resolutions: phone, tablet portrait, tablet landscape and small desktops, and large widescreen desktops.</p> </div><!-- /.span --> <div class="span4"> <pre class="prettyprint linenums"> diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index 6d99965b3..68c07f2f9 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -96,7 +96,7 @@ <div class="row"> <div class="span4"> <p>{{_i}}The default grid system provided as part of Bootstrap is a <strong>940px-wide, 12-column grid</strong>.{{/i}}</p> - <p>{{_i}}It also has four responsive variations for various devices and resolutions: phone, tablet portrait, table landscape and small desktops, and large widescreen desktops.{{/i}}</p> + <p>{{_i}}It also has four responsive variations for various devices and resolutions: phone, tablet portrait, tablet landscape and small desktops, and large widescreen desktops.{{/i}}</p> </div><!-- /.span --> <div class="span4"> <pre class="prettyprint linenums"> |
