diff options
| author | Jacob Thornton <[email protected]> | 2012-01-07 10:31:03 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-07 10:31:03 -0800 |
| commit | 5217131657afbb14bd497d21d72f5383756f0ed1 (patch) | |
| tree | 4fb53357be06eb2046babbb45a7555e4a2c26300 /docs | |
| parent | 1f0d8b22a47ff1a140b066b165e7eded61960326 (diff) | |
| parent | 62e504715ad5290d05aa2791472f1147e5b0d779 (diff) | |
| download | bootstrap-5217131657afbb14bd497d21d72f5383756f0ed1.tar.xz bootstrap-5217131657afbb14bd497d21d72f5383756f0ed1.zip | |
Merge pull request #919 from groodt/master
Commit fixes #918
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 93dbcb491..b01ce7dd1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -354,7 +354,7 @@ <tr> <td><code>@siteWidth</code></td> <td><em>Computed sum of all columns and gutters</em></td> - <td>We use some basic match to count the number of columns and gutters and set the width of the <code>.fixed-container()</code> mixin.</td> + <td>We use some basic math to count the number of columns and gutters and set the width of the <code>.fixed-container()</code> mixin.</td> </tr> </tbody> </table> |
