Skip to content

Commit

Permalink
Make help message for the div element more generic.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Jan 16, 2025
1 parent 51a9483 commit 8bd7277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/utils/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const htmlElementMessages = {
"The <aside> element should represent a portion of a document whose content is only indirectly related to the document's main content."
),
div: __(
'The <div> element should only be used if the separator is a design element with no semantic meaning.'
'The <div> element should only be used if the block is a design element with no semantic meaning.'
),
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 8bd7277

Please sign in to comment.