Skip to content

Commit

Permalink
docs(cdk/menu): correct spelling of cdkTargetMenuAim (#27808)
Browse files Browse the repository at this point in the history
In the cdk menu docs, correct the spelling of `cdkTargetMenuAim`.

Fix #27756

(cherry picked from commit 615e476)
  • Loading branch information
zarend committed Sep 21, 2023
1 parent ad62ea5 commit 5765144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdk/menu/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ If you would like to have unrelated groups of radio buttons within a single menu
`@angular/cdk/menu` is capable of intelligently predicting when a user intends to navigate to an
open submenu and preventing premature closeouts. This functionality prevents users from having to
hunt through the open menus in a maze-like fashion to reach their destination. To enable this
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
`cdkMenuBar` element.

![menu aim diagram][diagram]
Expand Down

0 comments on commit 5765144

Please sign in to comment.