Pārlūkot izejas kodu

Fix typo in documentation (#1206)

Nik Sudan 7 gadi atpakaļ
vecāks
revīzija
85b822305e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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" %}