diff --git a/website/docs/guides/docs/sidebar/index.mdx b/website/docs/guides/docs/sidebar/index.mdx index 307d836fb3..82cf0499ae 100644 --- a/website/docs/guides/docs/sidebar/index.mdx +++ b/website/docs/guides/docs/sidebar/index.mdx @@ -191,7 +191,7 @@ To pass in custom props to a sidebar item, add the optional `customProps` object }; ``` -## Passing a unique key {#passing-custom-props} +## Passing a unique key {#passing-unique-key} Passing a unique `key` attribute can help uniquely identify a sidebar item. Sometimes other attributes (such as `label`) are not enough to distinguish two sidebar items from each other.