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 aa1d01d commit 91b2937Copy full SHA for 91b2937
src/material/button-toggle/button-toggle.ts
@@ -522,7 +522,7 @@ export class MatButtonToggle
522
if (group._isPrechecked(this)) {
523
this.checked = true;
524
} else if (group._isSelected(this) !== this._checked) {
525
- // As as side effect of the circular dependency between the toggle group and the button,
+ // As side effect of the circular dependency between the toggle group and the button,
526
// we may end up in a state where the button is supposed to be checked on init, but it
527
// isn't, because the checked value was assigned too early. This can happen when Ivy
528
// assigns the static input value before the `ngOnInit` has run.
0 commit comments