diff options
| author | Mark Otto <[email protected]> | 2012-03-07 11:02:15 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-07 11:02:15 -0800 |
| commit | 203d75770c82abb0487e58fece960046c141877c (patch) | |
| tree | 7f3cb3202019639f5674ffec99f75f287da4717e /docs | |
| parent | 933136d382471c00ad13e00d75915180c8979f7e (diff) | |
| parent | d0120c94a0661342062ed2b1185923041bd3f621 (diff) | |
| download | bootstrap-203d75770c82abb0487e58fece960046c141877c.tar.xz bootstrap-203d75770c82abb0487e58fece960046c141877c.zip | |
Merge pull request #2449 from burningTyger/master
Examples typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates/pages/examples.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/examples.mustache b/docs/templates/pages/examples.mustache index 485fbc570..dee7d5651 100644 --- a/docs/templates/pages/examples.mustache +++ b/docs/templates/pages/examples.mustache @@ -19,7 +19,7 @@ <img src="assets/img/examples/bootstrap-example-fluid.jpg" alt=""> </a> <h3>{{_i}}Fluid layout{{/i}}</h3> - <p>{{_i}}Uses our new responsive, fluid grid system to create seamless liquid layout.{{/i}}</p> + <p>{{_i}}Uses our new responsive, fluid grid system to create a seamless liquid layout.{{/i}}</p> </li> <li class="span4"> <a class="thumbnail" href="examples/starter-template.html"> |
