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 /docs/templates/pages/components.mustache | |
| 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.
Diffstat (limited to 'docs/templates/pages/components.mustache')
| -rw-r--r-- | docs/templates/pages/components.mustache | 4 |
1 files changed, 2 insertions, 2 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"> |
