Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliyan committed Sep 30, 2024
1 parent 5c51245 commit 6b19240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/signup/index.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function setupMetaTags( context, next ) {
const translate = i18n.translate.bind( i18n );

/**
* Get the meta tags, excluding `description` and `robots` meta items.
* Get the meta tags, excluding `description` and `robots` meta items, to prevent duplications.
*/
const meta = getDocumentHeadMeta( context.store.getState() ).filter(
( { name } ) => name !== 'description' && name !== 'robots'
Expand Down

0 comments on commit 6b19240

Please sign in to comment.