diff --git a/tools/build-icons/utils/deprecationReasonTemplate.mjs b/tools/build-icons/utils/deprecationReasonTemplate.mjs index 871364d5203..04124428d83 100644 --- a/tools/build-icons/utils/deprecationReasonTemplate.mjs +++ b/tools/build-icons/utils/deprecationReasonTemplate.mjs @@ -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':