Skip to content

Commit

Permalink
Fix typo after WordPress#63669. (WordPress#66396)
Browse files Browse the repository at this point in the history
Co-authored-by: afercia <[email protected]>
Co-authored-by: gigitux <[email protected]>
  • Loading branch information
3 people authored Oct 24, 2024
1 parent 67fca2e commit e9fb510
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 e9fb510

Please sign in to comment.