Skip to content

Commit 69629ad

Browse files
rafaelss95jelbourn
authored andcommitted
chore(core): fix typo in forms scss comment (#11779)
1 parent e66df3e commit 69629ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/style/_form-common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
// Figures out the color of the placeholder for a form control.
1313
// Used primarily to prevent the various form controls from
14-
// becoming out of sync since these colors aren't in a pallette.
14+
// becoming out of sync since these colors aren't in a palette.
1515
@function _mat-control-placeholder-color($theme) {
1616
$foreground: map-get($theme, foreground);
1717
$is-dark-theme: map-get($theme, is-dark);

0 commit comments

Comments
 (0)