Skip to content

Commit 4b4d0ab

Browse files
KyleMitSamuell1
authored andcommitted
docs(Icon): fix minor typo (#1973)
1 parent b1dff40 commit 4b4d0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/pages/Components/Icon/Icon.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<div class="page-container-section">
3333
<h2>SVG Source</h2>
34-
<p>When loading an icon font, you will be able to use ALL of it's icons. This may hurts the performance of your application. Instead, you can use only the icons that you really need, loading them using svg.</p>
34+
<p>When loading an icon font, you will be able to use ALL of it's icons. This may hurt the performance of your application. Instead, you can use only the icons that you really need, loading them using svg.</p>
3535

3636
<code-example title="SVG Assets" :component="examples['svg-assets']" />
3737

0 commit comments

Comments
 (0)