From b6c19893e50af389c87f989f98fca67a9dea8f93 Mon Sep 17 00:00:00 2001 From: Thomas Chandelle Date: Mon, 23 Jan 2023 09:21:16 +0100 Subject: [PATCH] docs: Fix densitites > densities typo in theming doc (#26470) (cherry picked from commit b1f433ee6d2d82adc1ad4f54fff1c3380e30272a) --- guides/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/theming.md b/guides/theming.md index 3359724abfaa..a193c8feaac7 100644 --- a/guides/theming.md +++ b/guides/theming.md @@ -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.