Skip to content

Commit 65ba363

Browse files
authored
docs: minor typo in guides/theming.md (#22899)
1 parent ec4c43c commit 65ba363

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
@@ -203,7 +203,7 @@ As an alternative to listing every component that your application uses, Angular
203203
Sass mixins that includes styles for all components in the library: `all-component-colors`,
204204
`all-component-typographies`, and `all-component-themes`. These mixins behave the same as individual
205205
component mixins, except they emit styles for `core-theme` and _all_ 35+ components in Angular
206-
Material. Unless your application uses every single component, this will produce unecessary CSS.
206+
Material. Unless your application uses every single component, this will produce unnecessary CSS.
207207

208208
```scss
209209
@use '~@angular/material' as mat;

0 commit comments

Comments
 (0)