Skip to content

Commit

Permalink
chore: fix typo in code comment
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 474644012
  • Loading branch information
material-web-copybara authored and copybara-github committed Sep 15, 2022
1 parent d40f70b commit f75dd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion switch/lib/_switch-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit f75dd05

Please sign in to comment.