Skip to content

Commit bd5d9dc

Browse files
mittcoatskara
authored andcommitted
docs(themes): fix typos to improve readability (#7425)
1 parent 6b41a51 commit bd5d9dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guides/theming-your-components.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ In order to style your own components with Angular Material's tooling, the compo
44
### Using `@mixin` to automatically apply a theme
55

66
#### Why using `@mixin`
7-
The advantage of using a `@mixin` function is that when you change your theme, every file that uses it will be updated automatically.
8-
Calling it with a different theme argument allow multiple themes within the app or component.
7+
The advantage of using a `@mixin` function is that when you change your theme, every file that uses it will be automatically updated.
8+
Calling the `@mixin` with a different theme argument allows multiple themes within the app or component.
99

1010
#### How to use `@mixin`
11-
We can better theming our custom components adding a `@mixin` function to its theme file and then calling this function to apply a theme.
11+
We can better theme our custom components by adding a `@mixin` function to its theme file, and then call this function to apply a theme.
1212

1313
All you need is to create a `@mixin` function in the custom-component-theme.scss
1414

0 commit comments

Comments
 (0)