Skip to content

Commit 34025d8

Browse files
ahasallmmalerba
authored andcommitted
docs: fix minor typo on comment (#15002)
extract individual colors a palette -> extract individual colors from a palette.
1 parent 4d710e4 commit 34025d8

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
@@ -19,7 +19,7 @@ For example, if building a custom carousel component:
1919

2020
// Define any styles affected by the theme.
2121
.candy-carousel {
22-
// Use mat-color to extract individual colors a palette.
22+
// Use mat-color to extract individual colors from a palette.
2323
background-color: mat-color($primary);
2424
border-color: mat-color($accent, A400);
2525
}

0 commit comments

Comments
 (0)