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:
authorEsperanza González <esperanza@mechaphysis.org>2019-02-06 17:56:29 +0300
committerEsperanza González <esperanza@mechaphysis.org>2019-02-06 17:56:29 +0300
commite2e6f02eabaf5ca0d00147f3a34b3db81f244ae5 (patch)
tree968fba0f4c9c0c6a059b0b5cae02afd4e1555823
parent2513e31f732794e54f62edaf3fde9fe5ab129dfe (diff)
fix: Correct a typo in docs
-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>