diff --git a/guides/theming-your-components.md b/guides/theming-your-components.md index 412518edc7e5..511066333070 100644 --- a/guides/theming-your-components.md +++ b/guides/theming-your-components.md @@ -30,7 +30,7 @@ Second, create another Sass mixin that accepts an Angular Material typography de typographic styles. For example: ```scss -@mixin candy-caroursel-typography($config) { +@mixin candy-carousel-typography($config) { .candy-carousel { font: { family: mat-font-family($config, body-1);