Fixed typo on doc for using images for custom icons (#4879)
Corrected "any time of image" to "any type of image"pull/4899/head
parent
9b6e69f3cb
commit
f299fdaf01
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<DocSectionText v-bind="$attrs">
|
<DocSectionText v-bind="$attrs">
|
||||||
<p>Any time of image can be used as an icon.</p>
|
<p>Any type of image can be used as an icon.</p>
|
||||||
</DocSectionText>
|
</DocSectionText>
|
||||||
<DocSectionCode :code="code" hideToggleCode hideCodeSandbox hideStackBlitz />
|
<DocSectionCode :code="code" hideToggleCode hideCodeSandbox hideStackBlitz />
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue