mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix various typos in documentation (#1035)
* Fixing various grammatical errors in /index.html * fixed "add your own colors" thing * Fixed grammatical errors on various documentation pages * Update documentation.html * Update tiles.html * Update tiles.html * fixing footer * Update hero * Update index.html * Update index.html * Removed change in classes
This commit is contained in:
committed by
Jeremy Thomas
parent
ce13d3ff4c
commit
306253b81d
@@ -15,7 +15,7 @@ doc-subtab: tiles
|
||||
<hr>
|
||||
|
||||
<div class="content">
|
||||
<p>To build intricate 2-dimensional, you only need a <strong>single element</strong>: the <code>tile</code>:</p>
|
||||
<p>To build intricate 2-dimensional layouts, you only need a <strong>single element</strong>: the <code>tile</code>:</p>
|
||||
</div>
|
||||
|
||||
{% highlight html %}
|
||||
@@ -341,7 +341,7 @@ tile is-ancestor
|
||||
</div>
|
||||
<div class="message-body">
|
||||
<div class="content">
|
||||
<p>You can however nest tiles more deeply than that, and mix it up!</p>
|
||||
<p>You can, however, nest tiles deeper than that, and mix it up!</p>
|
||||
{% highlight markdown %}
|
||||
tile is-ancestor
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user