diff --git a/technical-reports/format/design-token.md b/technical-reports/format/design-token.md index cc0a3a9..0f9672e 100644 --- a/technical-reports/format/design-token.md +++ b/technical-reports/format/design-token.md @@ -181,7 +181,7 @@ Tool vendors are encouraged to publicly share specifications of their extension ### Deprecated -The optional **`$deprecated`** property is a boolean or string where tooks MAY specify deprecated tokens. A token MAY be marked deprecated in any of the following scenarios: +The optional **`$deprecated`** property is a boolean or string where tools MAY specify deprecated tokens. A token MAY be marked deprecated in any of the following scenarios: - A future update to the design system will remove this token - Removing the token now may break existing support diff --git a/technical-reports/format/groups.md b/technical-reports/format/groups.md index 4921219..58010c0 100644 --- a/technical-reports/format/groups.md +++ b/technical-reports/format/groups.md @@ -208,7 +208,7 @@ In this example, the "brand" group has 2 extensions: `org.example.tool-a` and `o ### Deprecated -The optional **`$deprecated`** property is a boolean or string where tooks MAY specify all tokens within the group are deprecated. A token MAY be marked deprecated in any of the following scenarios: +The optional **`$deprecated`** property is a boolean or string where tools MAY specify all tokens within the group are deprecated. A token MAY be marked deprecated in any of the following scenarios: - A future update to the design system will remove this token - Removing the token now may break existing support