From e9fb5105040c9d1d4d582543dcd878eb5f21b2a3 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Thu, 24 Oct 2024 09:53:56 +0200 Subject: [PATCH] Fix typo after #63669. (#66396) Co-authored-by: afercia Co-authored-by: gigitux --- packages/editor/src/components/post-url/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (