Fix typo "modifer" to "modifier" in all docs (#1245)

This commit is contained in:
Joshua Coquelle
2017-10-02 11:24:29 -07:00
committed by Jeremy Thomas
parent afcdb7dbcc
commit 26aa531a21
80 changed files with 110 additions and 110 deletions

View File

@@ -23,7 +23,7 @@ doc-subtab: responsiveness
<li>the <code>level</code> component will show its children stacked vertically</li>
<li>the <code>nav</code> menu will be hidden</li>
</ul>
<p>For example, you can enforce the <strong>horizontal</strong> layout for both <code>columns</code> or <code>nav</code> by appending the <code>is-mobile</code> modifer.</p>
<p>For example, you can enforce the <strong>horizontal</strong> layout for both <code>columns</code> or <code>nav</code> by appending the <code>is-mobile</code> modifier.</p>
</div>
{% include anchor.html name="Breakpoints" %}