Skip to content

Commit

Permalink
Correct text to qualify statement
Browse files Browse the repository at this point in the history
Search engines are not compelled to obey this rule
  • Loading branch information
getdave committed Aug 31, 2023
1 parent 6955878 commit ed90bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/format-library/src/link/inline.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const LINK_SETTINGS = [
__( 'Mark as <code>nofollow</code>' ),
{ code: <code /> }
),
help: __( 'Search engines should ignore this link.' ),
help: __( 'Ask search engines to ignore this link.' ),
},
];

Expand Down

0 comments on commit ed90bf7

Please sign in to comment.