From 68820fb373a445779e24c22dc6f32f76fd843d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Date: Wed, 17 Apr 2024 15:42:44 +0200 Subject: [PATCH] docs: fix typo on theming docs ~`--md-sys--typography`~ -> `--md-sys--typescale` --- docs/theming/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/theming/README.md b/docs/theming/README.md index 01edfaa46e..bce1239abc 100644 --- a/docs/theming/README.md +++ b/docs/theming/README.md @@ -88,14 +88,14 @@ to components. See the [color guide](color.md) for more details. #### Typography -[`--md-sys-typography` tokens](typography.md#typescale) define typescale roles +[`--md-sys-typescale` tokens](typography.md#typescale) define typescale roles that map to components. See the [typography guide](typography.md) for more details. ```css :root { - --md-sys-typography-body-medium-size: 1rem; - --md-sys-typography-body-medium-line-height: 1.5rem; + --md-sys-typescale-body-medium-size: 1rem; + --md-sys-typescale-body-medium-line-height: 1.5rem; } ```