Skip to content

Commit

Permalink
Fix typo after #63669. (#66396)
Browse files Browse the repository at this point in the history
Co-authored-by: afercia <afercia@git.wordpress.org>
Co-authored-by: gigitux <gigitux@git.wordpress.org>
  • 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

1 comment on commit e9fb510

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in e9fb510.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/11494992566
📝 Reported issues:

Please sign in to comment.