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:
authorYan Zhu <picturepan2@hotmail.com>2020-07-02 04:50:35 +0300
committerGitHub <noreply@github.com>2020-07-02 04:50:35 +0300
commita8bc767d626d57616e12135a2d9a393cca24c1fc (patch)
tree13c7d1e34091343e5a3a8eec6995ef384eafde52
parent0ab261b8765c3d4d0f18d6d95f522333cea20c38 (diff)
parente2e6f02eabaf5ca0d00147f3a34b3db81f244ae5 (diff)
Merge pull request #563 from mechaphysis/fix-typo-docs-layoutpage
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>