Skip to content

Commit a2c23a4

Browse files
therealklanniandrewseguin
authored andcommitted
docs: fix typo in typography example (#13564)
1 parent 2dff301 commit a2c23a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/theming-your-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Second, create another Sass mixin that accepts an Angular Material typography de
3030
typographic styles. For example:
3131

3232
```scss
33-
@mixin candy-caroursel-typography($config) {
33+
@mixin candy-carousel-typography($config) {
3434
.candy-carousel {
3535
font: {
3636
family: mat-font-family($config, body-1);

0 commit comments

Comments
 (0)