Skip to content

Commit

Permalink
Fixes typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitraj2203 committed Jun 12, 2024
1 parent ded3938 commit 6704f42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default function CoverInspectorControls( {
"The <aside> element should represent a portion of a document whose content is only indirectly related to the document's main content."
),
address: __(
'The <address> element should contain contact information for its nearest <article> or <body> ancestor.).'
'The <address> element should contain contact information for its nearest <article> or <body> ancestor.'
),
footer: __(
'The <footer> element should represent a footer for its nearest sectioning element (e.g.: <section>, <article>, <main> etc.).'
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/group/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function GroupEditControls( { tagName, onSelectTagName } ) {
"The <aside> element should represent a portion of a document whose content is only indirectly related to the document's main content."
),
address: __(
'The <address> element should contain contact information for its nearest <article> or <body> ancestor.).'
'The <address> element should contain contact information for its nearest <article> or <body> ancestor.'
),
footer: __(
'The <footer> element should represent a footer for its nearest sectioning element (e.g.: <section>, <article>, <main> etc.).'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const htmlElementMessages = {
"The <aside> element should represent a portion of a document whose content is only indirectly related to the document's main content."
),
address: __(
'The <address> element should contain contact information for its nearest <article> or <body> ancestor.).'
'The <address> element should contain contact information for its nearest <article> or <body> ancestor.'
),
footer: __(
'The <footer> element should represent a footer for its nearest sectioning element (e.g.: <section>, <article>, <main> etc.).'
Expand Down

0 comments on commit 6704f42

Please sign in to comment.