diff --git a/src/app/modules/admin/docs/guides/customization/component-theming/component-theming.html b/src/app/modules/admin/docs/guides/customization/component-theming/component-theming.html index 747cd8de..a2631a7e 100644 --- a/src/app/modules/admin/docs/guides/customization/component-theming/component-theming.html +++ b/src/app/modules/admin/docs/guides/customization/component-theming/component-theming.html @@ -44,7 +44,7 @@ you can use the Angular Material mixin to apply the theme.
- This brakes the modularity because now you have a reference to your component's theming file from who knows where and you also have to remember to do all this again + This breaks the modularity because now you have a reference to your component's theming file from who knows where and you also have to remember to do all this again and again every time you want to use the theme colors from your components.