Skip to content

Commit 75b440a

Browse files
adyavanapallitinayuangao
authored andcommitted
Adding colon for consistency. (#3248)
1 parent 2d16a24 commit 75b440a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ in your `styles.css` file:
3232
@import '~@angular/material/core/theming/prebuilt/deeppurple-amber.css';
3333
```
3434

35-
Alternatively, you can just reference the file directly. This would look something like
35+
Alternatively, you can just reference the file directly. This would look something like:
3636
```html
3737
<link href="node_modules/@angular/material/core/theming/prebuilt/indigo-pink.css" rel="stylesheet">
3838
```

0 commit comments

Comments
 (0)