Skip to content

Commit 91b2937

Browse files
authored
docs: remove duplicate word (#27743)
1 parent aa1d01d commit 91b2937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/button-toggle/button-toggle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ export class MatButtonToggle
522522
if (group._isPrechecked(this)) {
523523
this.checked = true;
524524
} else if (group._isSelected(this) !== this._checked) {
525-
// As as side effect of the circular dependency between the toggle group and the button,
525+
// As side effect of the circular dependency between the toggle group and the button,
526526
// we may end up in a state where the button is supposed to be checked on init, but it
527527
// isn't, because the checked value was assigned too early. This can happen when Ivy
528528
// assigns the static input value before the `ngOnInit` has run.

0 commit comments

Comments
 (0)