Skip to content

Commit

Permalink
Update tools/build-icons/utils/deprecationReasonTemplate.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jguddas authored Nov 9, 2024
1 parent 8774d42 commit c715eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-icons/utils/deprecationReasonTemplate.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function deprecationReasonTemplate(
case 'alias.typo':
return `Renamed because of typo, use {@link ${componentName}} instead.${removalNotice}`;
case 'alias.duplicate':
return `The icon was combined with another icon that shared the same usecase, use {@link ${componentName}} instead.${removalNotice}`;
return `The icon was combined with another icon that shares the same use case, use {@link ${componentName}} instead.${removalNotice}`;
case 'alias.naming':
return `The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ${componentName}} instead.${removalNotice}`;
case 'icon.brand':
Expand Down

0 comments on commit c715eb5

Please sign in to comment.