diff --git a/guides/theming.md b/guides/theming.md index 9f4fab0d2d44..d5d8c564d333 100644 --- a/guides/theming.md +++ b/guides/theming.md @@ -27,7 +27,7 @@ You can include a theme file directly into your application from `@angular/material/core/theming/prebuilt` If you're using Angular CLI, this is as simple as including one line -in your `style.css` file: +in your `styles.css` file: ```css @import '~@angular/material/core/theming/prebuilt/deeppurple-amber.css'; ```