Skip to content

Commit 5765144

Browse files
committed
docs(cdk/menu): correct spelling of cdkTargetMenuAim (#27808)
In the cdk menu docs, correct the spelling of `cdkTargetMenuAim`. Fix #27756 (cherry picked from commit 615e476)
1 parent ad62ea5 commit 5765144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/menu/menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ If you would like to have unrelated groups of radio buttons within a single menu
210210
`@angular/cdk/menu` is capable of intelligently predicting when a user intends to navigate to an
211211
open submenu and preventing premature closeouts. This functionality prevents users from having to
212212
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
213+
feature for a menu and its sub-menus, add the `cdkTargetMenuAim` directive to the `cdkMenu` or
214214
`cdkMenuBar` element.
215215

216216
![menu aim diagram][diagram]

0 commit comments

Comments
 (0)