Skip to content

Commit d410044

Browse files
Gi11i4mjelbourn
authored andcommitted
docs(theming) fix typo in code example comment (#15127)
1 parent 2b1de4b commit d410044

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
@@ -93,7 +93,7 @@ For example:
9393
// Get a relative color for a hue ('lighter' or 'darker')
9494
outline-color: mat-color($accent, lighter);
9595

96-
// Get a constrast color for a hue by adding `-contrast` to any other key.
96+
// Get a contrast color for a hue by adding `-contrast` to any other key.
9797
border-color: mat-color($primary, '100-contrast');
9898
}
9999
```

0 commit comments

Comments
 (0)