diff --git a/content/components/nav-list.mdx b/content/components/nav-list.mdx index 2ec16759f..214d4138a 100644 --- a/content/components/nav-list.mdx +++ b/content/components/nav-list.mdx @@ -157,7 +157,7 @@ Inactive nav list items are not rendered as `` tags since we don't know the h ### Leading Visuals -Leading visuals are intended to be decorative only; the context of the leading visual should be provided in the text of `NavList.Item`. Only the text in `NavList.item` and any trailing visuals within NavList.Item are included in its accessible name, while anything inside `NavList.LeadingVisual` will be ignored. +Leading visuals are intended to be decorative only; the context of the leading visual should be provided in the text of `NavList.Item`. Only the text in `NavList.item` and any trailing visuals within `NavList.Item` are included in its accessible name, while anything inside `NavList.LeadingVisual` will be ignored. ### Known accessibility issues (GitHub staff only)