Skip to content

Commit 68820fb

Browse files
authored
docs: fix typo on theming docs
~`--md-sys--typography`~ -> `--md-sys--typescale`
1 parent 47b4f67 commit 68820fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/theming/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ to components. See the [color guide](color.md) for more details.
8888

8989
#### Typography
9090

91-
[`--md-sys-typography` tokens](typography.md#typescale) define typescale roles
91+
[`--md-sys-typescale` tokens](typography.md#typescale) define typescale roles
9292
that map to components. See the [typography guide](typography.md) for more
9393
details.
9494

9595
```css
9696
:root {
97-
--md-sys-typography-body-medium-size: 1rem;
98-
--md-sys-typography-body-medium-line-height: 1.5rem;
97+
--md-sys-typescale-body-medium-size: 1rem;
98+
--md-sys-typescale-body-medium-line-height: 1.5rem;
9999
}
100100
```
101101

0 commit comments

Comments
 (0)