From 7445e4d322a14e793f2344810f417a378eee67ef Mon Sep 17 00:00:00 2001 From: mathieuabbal Date: Sun, 25 Jan 2026 13:10:50 +0100 Subject: [PATCH] docs(material/sidenav): fix typo in drawer comment Fix "importatnt" -> "important" in the drawer animation comment. --- src/material/sidenav/drawer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/sidenav/drawer.ts b/src/material/sidenav/drawer.ts index 118da3c6940b..d5b703b3cc3b 100644 --- a/src/material/sidenav/drawer.ts +++ b/src/material/sidenav/drawer.ts @@ -569,7 +569,7 @@ export class MatDrawer implements AfterViewInit, OnDestroy { this._opened.set(isOpen); if (this._container?._transitionsEnabled) { - // Note: it's importatnt to set this as early as possible, + // Note: it's important to set this as early as possible, // otherwise the animation can look glitchy in some cases. this._setIsAnimating(true); } else {