diff options
| author | Mark Otto <[email protected]> | 2012-03-27 09:22:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-27 09:22:15 -0700 |
| commit | 0fe68de1a47b9204443d959ff9a96af6546c53ca (patch) | |
| tree | b0e05d97020bcdc5759095cc59e4d60f27cf1996 /docs | |
| parent | 5b3268317c479c9cc50d7a1270b9138e748b8956 (diff) | |
| download | bootstrap-0fe68de1a47b9204443d959ff9a96af6546c53ca.tar.xz bootstrap-0fe68de1a47b9204443d959ff9a96af6546c53ca.zip | |
fix second 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 6d114a21d..b50d5ad01 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 9236fa011..20a9f5c73 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -184,7 +184,7 @@ </pre> </div><!-- /.span --> <div class="span4"> - <p>As shown here, a basic layout can be created with two "columns," each spanning a number of the 12 foundational columns we defined as part of our grid system.</p> + <p>As shown here, a basic layout can be created with two "columns", each spanning a number of the 12 foundational columns we defined as part of our grid system.</p> </div><!-- /.span --> </div><!-- /.row --> diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index 68c07f2f9..40b264d03 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -107,7 +107,7 @@ </pre> </div><!-- /.span --> <div class="span4"> - <p>{{_i}}As shown here, a basic layout can be created with two "columns," each spanning a number of the 12 foundational columns we defined as part of our grid system.{{/i}}</p> + <p>{{_i}}As shown here, a basic layout can be created with two "columns", each spanning a number of the 12 foundational columns we defined as part of our grid system.{{/i}}</p> </div><!-- /.span --> </div><!-- /.row --> |
