diff --git a/website/docs/guides/docs/sidebar.md b/website/docs/guides/docs/sidebar.md index 2bb6797dc381..ec68bd3ca8e0 100644 --- a/website/docs/guides/docs/sidebar.md +++ b/website/docs/guides/docs/sidebar.md @@ -142,7 +142,7 @@ Example: } ``` -The sidebar_label in the markdown frontformatter has a higher precedence over the label key in `SidebarItemDoc`. Using just the [Document ID](#document-id) is also valid, the following is equivalent to the above: +The `sidebar_label` in the markdown frontmatter has a higher precedence over the `label` key in `SidebarItemDoc`. Using just the [Document ID](#document-id) is also valid, the following is equivalent to the above: ```js 'doc1'; // string - document id