diff --git a/packages/editor/src/components/post-url/index.js b/packages/editor/src/components/post-url/index.js index c7dc5712dcac4..f03bdd59752a8 100644 --- a/packages/editor/src/components/post-url/index.js +++ b/packages/editor/src/components/post-url/index.js @@ -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 (