From 765ee8eb8c1e565e891fcbf1d7b07a3cab497e04 Mon Sep 17 00:00:00 2001 From: Anand Dyavanapalli Date: Wed, 22 Feb 2017 16:56:39 -0500 Subject: [PATCH] Adding colon for consistency. --- guides/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```