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/layout/grid.html')
-rw-r--r--docs/layout/grid.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layout/grid.html b/docs/layout/grid.html
index f7088c3..e6b3d9e 100644
--- a/docs/layout/grid.html
+++ b/docs/layout/grid.html
@@ -282,7 +282,7 @@
</code></pre>
<p>Add the <code>columns</code> class to a container with the <code>container</code> class.
And add any element you want with the <code>column</code> 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></code>.
+ You can specify the width of each column by adding class <code>col-<1-12></code>.
</p>
<h4 class="s-subtitle" id="grid-gapless">Gapless grid<a class="anchor" href="#grid-gapless" aria-hidden="true">#</a></h4>
<p>And you can add the <code>col-gapless</code> class to the <code>columns</code> to have gapless columns.</p>