We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913c496 commit 615e476Copy full SHA for 615e476
src/cdk/menu/menu.md
@@ -210,7 +210,7 @@ If you would like to have unrelated groups of radio buttons within a single menu
210
`@angular/cdk/menu` is capable of intelligently predicting when a user intends to navigate to an
211
open submenu and preventing premature closeouts. This functionality prevents users from having to
212
hunt through the open menus in a maze-like fashion to reach their destination. To enable this
213
-feature for a menu and its sub-menus, add the `cdkMenuTargetAim` directive to the `cdkMenu` or
+feature for a menu and its sub-menus, add the `cdkTargetMenuAim` directive to the `cdkMenu` or
214
`cdkMenuBar` element.
215
216
![menu aim diagram][diagram]
0 commit comments