From f75dd05f431a2015eb0a13d93aa208cd36376fe9 Mon Sep 17 00:00:00 2001 From: Material Web Team Date: Thu, 15 Sep 2022 13:31:40 -0700 Subject: [PATCH] chore: fix typo in code comment PiperOrigin-RevId: 474644012 --- switch/lib/_switch-theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switch/lib/_switch-theme.scss b/switch/lib/_switch-theme.scss index 7fec77cafd..a2c8805984 100644 --- a/switch/lib/_switch-theme.scss +++ b/switch/lib/_switch-theme.scss @@ -186,7 +186,7 @@ $_forced-colors-theme: ( } @mixin _forced-colors-mode-theme { - // TODO(b/230630968): create a foced-colors-mode mixin + // TODO(b/230630968): create a forced-colors-mode mixin @media screen and (forced-colors: active) { @include theme($_forced-colors-theme); }