Skip to content

Commit

Permalink
chore: typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Arukuen committed Sep 4, 2024
1 parent d44927e commit 3045985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/block-components/icon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const Icon = props => {
const [ isOpen, setIsOpen ] = useState( false )
const popoverEl = useRef( null )

// Add the instanceId as prefix to the ID attributes of custom SVGs to ensure uniqueness.
// Add the instanceId as suffix to the ID attributes of custom SVGs to ensure uniqueness.
const instanceId = useInstanceId( Icon )

// When the block is unselected, make sure that the popover is closed.
Expand Down

0 comments on commit 3045985

Please sign in to comment.