Skip to content

Commit 73bf44c

Browse files
jbederandrewseguin
authored andcommitted
docs(material/core): Fix typo ('prefixed' -> 'suffixed') in palette naming. (#24832)
(cherry picked from commit 0af3f5a)
1 parent 887cf45 commit 73bf44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/core/theming/_theming.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $_emitted-density: () !default;
7474

7575
/// Gets a color from a theme palette (the output of mat-palette).
7676
/// The hue can be one of the standard values (500, A400, etc.), one of the three preconfigured
77-
/// hues (default, lighter, darker), or any of the aforementioned prefixed with "-contrast".
77+
/// hues (default, lighter, darker), or any of the aforementioned suffixed with "-contrast".
7878
///
7979
/// @param {Map} $palette The palette from which to extract a color.
8080
/// @param {String | Number} $hue The hue from the palette to use. If this is a value between 0

0 commit comments

Comments
 (0)