Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/layout/grid.pug')
-rw-r--r--docs/src/layout/grid.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/layout/grid.pug b/docs/src/layout/grid.pug
index 5c054a8..7bed0c1 100644
--- a/docs/src/layout/grid.pug
+++ b/docs/src/layout/grid.pug
@@ -67,7 +67,7 @@ block docs-content
p
| Add the #[code columns] class to a container with the #[code container] class.
| And add any element you want with the #[code column] class inside the container. These columns will take up the space equally.
- | You can specific the width of each column by adding class #[code col-<1-12>].
+ | You can specify the width of each column by adding class #[code col-<1-12>].
+docs-subheading('grid-gapless', 'Gapless grid')