Skip to content

Commit

Permalink
docs: Fix densitites > densities typo in theming doc (#26470)
Browse files Browse the repository at this point in the history
(cherry picked from commit b1f433e)
  • Loading branch information
tchandelle authored and crisbeto committed Jan 23, 2023
1 parent 98e6a85 commit b6c1989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/theming.md
Expand Up @@ -206,7 +206,7 @@ $my-theme: mat.define-light-theme((

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

Expand Down

0 comments on commit b6c1989

Please sign in to comment.