Skip to content

Commit 5ab2e7a

Browse files
docs: Typo fix of theming.md (#28353)
The recommended approach is to rely on the `theme` mixins to lay down your base styles, and if needed *us* the single dimension mixins to override particular aspects for parts of your app (see the section on... The recommended approach is to rely on the `theme` mixins to lay down your base styles, and if needed *use* the single dimension mixins to override particular aspects for parts of your app (see the section on
1 parent fef66fe commit 5ab2e7a

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
@@ -282,7 +282,7 @@ All components also support a theme mixin that can be used to include the compon
282282
theme dimensions at once. (For example, `@include mat.checkbox-theme($theme)`).
283283

284284
The recommended approach is to rely on the `theme` mixins to lay down your base styles, and if
285-
needed us the single dimension mixins to override particular aspects for parts of your app (see the
285+
needed use the single dimension mixins to override particular aspects for parts of your app (see the
286286
section on [Multiple themes in one file](#multiple-themes-in-one-file).)
287287

288288
### Using a pre-built theme

0 commit comments

Comments
 (0)