Skip to content

Commit

Permalink
Fix typo after #63669.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Oct 24, 2024
1 parent 67fca2e commit 4e1d532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/post-url/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function PostURL( { onClose } ) {
} );
} );
const postUrlSlugDescriptionId =
'editor-post-url__slug-descriotion-' + useInstanceId( PostURL );
'editor-post-url__slug-description-' + useInstanceId( PostURL );

return (
<div className="editor-post-url">
Expand Down

0 comments on commit 4e1d532

Please sign in to comment.