diff options
| author | Mark Otto <[email protected]> | 2012-05-17 21:45:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-05-17 21:45:45 -0700 |
| commit | 1dbf4c92ce4937a62db93094dd449982cb8c9639 (patch) | |
| tree | e9eb670e295a95fa98e9a5f40bd02adbed006d76 /docs | |
| parent | 5ecab6112cb3a53b3222f90c44b0938929e71ac9 (diff) | |
| download | bootstrap-1dbf4c92ce4937a62db93094dd449982cb8c9639.tar.xz bootstrap-1dbf4c92ce4937a62db93094dd449982cb8c9639.zip | |
manually resolve #3516: type in less docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/less.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/less.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/less.html b/docs/less.html index aff16044f..41f62ee20 100644 --- a/docs/less.html +++ b/docs/less.html @@ -818,7 +818,7 @@ <tr> <td><code>#grid > .fluid()</code></td> <td><code>@fluidGridColumnWidth, @fluidGridGutterWidth</code></td> - <td>Generate a precent grid system with <em>n</em> columns and <em>x</em> % wide gutter</td> + <td>Generate a percent grid system with <em>n</em> columns and <em>x</em> % wide gutter</td> </tr> <tr> <td><code>#grid > .input()</code></td> diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index a83a28ced..c9a00eadc 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -741,7 +741,7 @@ <tr> <td><code>#grid > .fluid()</code></td> <td><code>@fluidGridColumnWidth, @fluidGridGutterWidth</code></td> - <td>{{_i}}Generate a precent grid system with <em>n</em> columns and <em>x</em> % wide gutter{{/i}}</td> + <td>{{_i}}Generate a percent grid system with <em>n</em> columns and <em>x</em> % wide gutter{{/i}}</td> </tr> <tr> <td><code>#grid > .input()</code></td> |
