Skip to content

Commit 5615979

Browse files
authored
docs(theming): removed extra only (angular#35465) (angular#18510)
Fixes #35465
1 parent 46a4897 commit 5615979

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
@@ -119,7 +119,7 @@ styles will be subject to that component's [view encapsulation](https://angular.
119119
You can create multiple themes for your application by including the `angular-material-theme` mixin
120120
multiple times, where each inclusion is gated by an additional CSS class.
121121

122-
Remember to only ever include the `@mat-core` mixin only once; it should not be included for each
122+
Remember to only ever include the `@mat-core` mixin once; it should not be included for each
123123
theme.
124124

125125
##### Example of defining multiple themes:

0 commit comments

Comments
 (0)