Skip to content

Commit 59d6299

Browse files
committed
fix(cdk-experimental/ui-patterns) typo
1 parent 10290b5 commit 59d6299

File tree

1 file changed

+1
-1
lines changed
  • src/cdk-experimental/ui-patterns/toolbar

1 file changed

+1
-1
lines changed

src/cdk-experimental/ui-patterns/toolbar/toolbar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export class ToolbarPattern<V> {
7979
.on('End', () => this.navigation.last());
8080
}
8181

82-
/** When in Active Descendany mode, Toolbar controls which group receives selection */
82+
/** When in Active Descendant mode, Toolbar controls which group receives selection */
8383
if (this.inputs.focusMode() === 'activedescendant') {
8484
manager
8585
.on(' ', () => this.toolbarSelectOverride())

0 commit comments

Comments
 (0)