diff --git a/guides/theming.md b/guides/theming.md index 78a5e59861c6..da8dd50419d0 100644 --- a/guides/theming.md +++ b/guides/theming.md @@ -32,7 +32,7 @@ in your `styles.css` file: @import '~@angular/material/core/theming/prebuilt/deeppurple-amber.css'; ``` -Alternatively, you can just reference the file directly. This would look something like +Alternatively, you can just reference the file directly. This would look something like: ```html ```