docs(website): fix duplicate anchor id typo (#11311)

This commit is contained in:
Sébastien Lorber 2025-07-07 12:04:30 +02:00 committed by GitHub
parent 4c3daab18b
commit e0524a5c84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.