Skip to content

Commit b6c1989

Browse files
tchandellecrisbeto
authored andcommitted
docs: Fix densitites > densities typo in theming doc (#26470)
(cherry picked from commit b1f433e)
1 parent 98e6a85 commit b6c1989

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
@@ -206,7 +206,7 @@ $my-theme: mat.define-light-theme((
206206

207207
As an alternative to listing every component that your application uses, Angular Material offers
208208
Sass mixins that includes styles for all components in the library: `all-component-colors`,
209-
`all-component-typographies`, `all-component-densitites`, and `all-component-themes`. These mixins behave the same as
209+
`all-component-typographies`, `all-component-densities`, and `all-component-themes`. These mixins behave the same as
210210
individual component mixins, except they emit styles for `core-theme` and _all_ 35+ components in Angular
211211
Material. Unless your application uses every single component, this will produce unnecessary CSS.
212212

0 commit comments

Comments
 (0)