diff options
| author | Mark <[email protected]> | 2012-03-14 20:28:24 -0600 |
|---|---|---|
| committer | Mark <[email protected]> | 2012-03-14 20:28:24 -0600 |
| commit | d3873b0fc7818c12ec42a6fcfce344950c19fea5 (patch) | |
| tree | 4afdceefae0c26e76fc4d8822cc3a54ed832287b | |
| parent | 6a61e81b7a207c23f050accfb73043d0b571d4de (diff) | |
| download | bootstrap-d3873b0fc7818c12ec42a6fcfce344950c19fea5.tar.xz bootstrap-d3873b0fc7818c12ec42a6fcfce344950c19fea5.zip | |
Typo Fixes for .mustache files
Added the doc typo fixes to the .mustache files as well.
| -rw-r--r-- | docs/templates/pages/components.mustache | 4 | ||||
| -rw-r--r-- | docs/templates/pages/scaffolding.mustache | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 1a7f5b91a..b03e52e3e 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -964,7 +964,7 @@ </pre> </div><!--/span--> </div><!--/row--> - <p>{{_i}}When you affix the navbar, remember to account for the hidden area underneath. Add 40px or more of apdding to the <code><body></code>. Be sure to add this after the core Bootstrap CSS and before the optional responsive CSS.{{/i}}</p> + <p>{{_i}}When you affix the navbar, remember to account for the hidden area underneath. Add 40px or more of padding to the <code><body></code>. Be sure to add this after the core Bootstrap CSS and before the optional responsive CSS.{{/i}}</p> <h3>{{_i}}Brand name{{/i}}</h3> <p>{{_i}}A simple link to show your brand or project name only requires an anchor tag.{{/i}}</p> <pre class="prettyprint linenums"> @@ -1440,7 +1440,7 @@ <h2>{{_i}}Page header{{/i}}</h2> <div class="row"> <div class="span4"> - <p>{{_i}}A simple shell for an <code>h1</code> to appropratiely space out and segment sections of content on a page. It can utilize the <code>h1</code>'s default <code>small</code>, element as well most other components (with additional styles).{{/i}}</p> + <p>{{_i}}A simple shell for an <code>h1</code> to appropriately space out and segment sections of content on a page. It can utilize the <code>h1</code>'s default <code>small</code>, element as well most other components (with additional styles).{{/i}}</p> </div> <div class="span8"> <div class="page-header"> diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index 97131fdf2..2d6d54c4c 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -478,7 +478,7 @@ <div class="row"> <div class="span4"> <h3>{{_i}}What are they{{/i}}</h2> - <p>{{_i}}For faster mobile-friendly development, use these basic utility classes for showing and hidding content by device.{{/i}}</p> + <p>{{_i}}For faster mobile-friendly development, use these basic utility classes for showing and hiding content by device.{{/i}}</p> <h3>{{_i}}When to use{{/i}}</h2> <p>{{_i}}Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation.{{/i}}</p> <p>{{_i}}For example, you might show a <code><select></code> element for nav on mobile layouts, but not on tablets or desktops.{{/i}}</p> @@ -535,7 +535,7 @@ </tbody> </table> <h3>{{_i}}Test case{{/i}}</h3> - <p>{{_i}}Resize your browser or load on different devices to test the above clases.{{/i}}</p> + <p>{{_i}}Resize your browser or load on different devices to test the above classes.{{/i}}</p> <h4>{{_i}}Visible on...{{/i}}</h4> <ul class="responsive-utilities-test"> <li>Phone<span class="visible-phone">✔ Phone</span></li> |
