瀏覽代碼

Fix typo in documentation (#1206)

Nik Sudan 7 年之前
父節點
當前提交
85b822305e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/documentation/elements/icon.html

+ 1 - 1
docs/documentation/elements/icon.html

@@ -92,7 +92,7 @@ variables:
 
     <div class="content">
       <p>
-        By defualt, the <code>icon</code> container will take up <em>exactly</em> <code>1.5rem x 1.5rem</code>. The icon itself is sized accordingly to the icon library you're using. For example, Font Awesome icons will <strong>inherit</strong> the font size.</p>
+        By default, the <code>icon</code> container will take up <em>exactly</em> <code>1.5rem x 1.5rem</code>. The icon itself is sized accordingly to the icon library you're using. For example, Font Awesome icons will <strong>inherit</strong> the font size.</p>
     </div>
 
     {% include anchor.html name="Colors" %}