Skip to content

Commit e0524a5

Browse files
authored
docs(website): fix duplicate anchor id typo (#11311)
1 parent 4c3daab commit e0524a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/guides/docs/sidebar/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ To pass in custom props to a sidebar item, add the optional `customProps` object
191191
};
192192
```
193193

194-
## Passing a unique key {#passing-custom-props}
194+
## Passing a unique key {#passing-unique-key}
195195

196196
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.
197197

0 commit comments

Comments
 (0)