diff --git a/docs/data/base/components/menu/menu.md b/docs/data/base/components/menu/menu.md index 6dc785da7fca8c..42747dbb67c8e9 100644 --- a/docs/data/base/components/menu/menu.md +++ b/docs/data/base/components/menu/menu.md @@ -91,7 +91,7 @@ The following code snippet applies a CSS class called `my-listbox` to the listbo #### Usage with TypeScript -In TypeScript, you can specify the custom component type used in the `slots.root` as a generic to the unstyled component. This way, you can safely provide the custom compoenent's props directly on the compnent: +In TypeScript, you can specify the custom component type used in the `slots.root` as a generic parameter of the unstyled component. This way, you can safely provide the custom root's props directly on the component: ```tsx