Skip to content

Commit 0a2448d

Browse files
authored
docs: fix typo in css file (#27757)
1 parent d336370 commit 0a2448d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/material/core/theming/_m2-inspection.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $_typography-keys: (
2828
headline-5,
2929
headline-6,
3030
subtitle-1,
31-
font-famiy,
31+
font-family,
3232
subtitle-2,
3333
body-1,
3434
body-2,

src/material/core/typography/_versioning.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
headline-5: map.get($config, headline),
7272
headline-6: map.get($config, title),
7373
subtitle-1: map.get($config, subheading-2),
74-
font-famiy: map.get($config, font-family),
74+
font-family: map.get($config, font-family),
7575

7676
// These mappings are odd, but body-2 in the 2014 system actually looks closer to subtitle-2
7777
// in the 2018 system, and subeading-1 in the 2014 system looks more like body-1 in the 2018

0 commit comments

Comments
 (0)