Skip to content

Commit

Permalink
fixed typo (#6654)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders142536 authored May 22, 2024
1 parent cdce35a commit 3a824c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/doc/customicons/imagedoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function ImageDoc(props) {
return (
<>
<DocSectionText {...props}>
<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 import hideStackBlitz />
</>
Expand Down

0 comments on commit 3a824c0

Please sign in to comment.