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 10290b5 commit 59d6299Copy full SHA for 59d6299
src/cdk-experimental/ui-patterns/toolbar/toolbar.ts
@@ -79,7 +79,7 @@ export class ToolbarPattern<V> {
79
.on('End', () => this.navigation.last());
80
}
81
82
- /** When in Active Descendany mode, Toolbar controls which group receives selection */
+ /** When in Active Descendant mode, Toolbar controls which group receives selection */
83
if (this.inputs.focusMode() === 'activedescendant') {
84
manager
85
.on(' ', () => this.toolbarSelectOverride())
0 commit comments