Skip to content

Commit

Permalink
Fix typo in template parts description (#48781)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras authored Mar 6, 2023
1 parent 17ba701 commit d1ab8ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config = {
wp_template_part: {
title: __( 'All template parts' ),
description: __(
'Create new template parts, or reset any customisations made to the template parts supplied by your theme." seems good.'
'Create new template parts, or reset any customisations made to the template parts supplied by your theme.'
),
},
};
Expand Down

1 comment on commit d1ab8ce

@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 d1ab8ce.
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/4344530474
📝 Reported issues:

Please sign in to comment.