Fixed typo on doc for using images for custom icons (#4879)

Corrected "any time of image" to "any type of image"
pull/4899/head
wiebken-n 2023-11-26 20:04:48 +01:00 committed by GitHub
parent 9b6e69f3cb
commit f299fdaf01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>