diff --git a/docs/scaffolding.html b/docs/scaffolding.html
index cb8e067dba..8b7e620fb9 100644
--- a/docs/scaffolding.html
+++ b/docs/scaffolding.html
@@ -174,22 +174,22 @@
@gridColumns |
12 |
- The number of columns within the grid |
+ Number of columns |
@gridColumnWidth |
60px |
- The width of each column within the grid |
+ Width of each column |
@gridGutterWidth |
20px |
- The negative space between each column |
+ Negative space between columns |
@siteWidth |
Computed sum of all columns and gutters |
- We use some basic match to count the number of columns and gutters and set the width of the .fixed-container() mixin. |
+ Counts number of columns and gutters to set width of the .fixed-container() mixin |