Skip to content

Commit

Permalink
Fixed typo on doc for using images for custom icons (#4879)
Browse files Browse the repository at this point in the history
Corrected "any time of image" to "any type of image"
  • Loading branch information
wiebken-n authored Nov 26, 2023
1 parent 9b6e69f commit f299fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/customicons/ImageDoc.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<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>
<DocSectionCode :code="code" hideToggleCode hideCodeSandbox hideStackBlitz />
</template>
Expand Down

0 comments on commit f299fda

Please sign in to comment.