diff --git a/website/docs/components/app-header/partials/specifications/anatomy.md b/website/docs/components/app-header/partials/specifications/anatomy.md index cf19fc31c0..08ceb1f35a 100644 --- a/website/docs/components/app-header/partials/specifications/anatomy.md +++ b/website/docs/components/app-header/partials/specifications/anatomy.md @@ -9,7 +9,7 @@ | **Global** | | | Home link | Required; supports multiple product logos | | Context switcher | Optional | -| **Utilies** | | +| **Utilities** | | | Help dropdown | Optional, but highly recommend ([WCAG guidelines](https://www.w3.org/WAI/WCAG22/Understanding/consistent-help.html)) | | User dropdown | Required | | Search | Optional | diff --git a/website/docs/components/app-side-nav/partials/code/how-to-use.md b/website/docs/components/app-side-nav/partials/code/how-to-use.md index db5513aa92..25932763a0 100644 --- a/website/docs/components/app-side-nav/partials/code/how-to-use.md +++ b/website/docs/components/app-side-nav/partials/code/how-to-use.md @@ -21,7 +21,7 @@ The `Hds::AppSideNav` component provides a set of advanced features out of the b The App Side Nav component provides a top-level layout for the sidebar navigation. -Cnsumers can yield the navigation content and add business logic to control the content within it. +Consumers can yield the navigation content and add business logic to control the content within it.