We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed448e6 commit d5925b6Copy full SHA for d5925b6
1 file changed
src/material/sidenav/drawer.ts
@@ -569,7 +569,7 @@ export class MatDrawer implements AfterViewInit, OnDestroy {
569
this._opened.set(isOpen);
570
571
if (this._container?._transitionsEnabled) {
572
- // Note: it's importatnt to set this as early as possible,
+ // Note: it's important to set this as early as possible,
573
// otherwise the animation can look glitchy in some cases.
574
this._setIsAnimating(true);
575
} else {
0 commit comments