Skip to content

Commit d5925b6

Browse files
authored
docs(material/sidenav): fix typo in drawer comment (#32702)
Fix "importatnt" -> "important" in the drawer animation comment.
1 parent ed448e6 commit d5925b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/material/sidenav/drawer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ export class MatDrawer implements AfterViewInit, OnDestroy {
569569
this._opened.set(isOpen);
570570

571571
if (this._container?._transitionsEnabled) {
572-
// Note: it's importatnt to set this as early as possible,
572+
// Note: it's important to set this as early as possible,
573573
// otherwise the animation can look glitchy in some cases.
574574
this._setIsAnimating(true);
575575
} else {

0 commit comments

Comments
 (0)