Skip to content

Commit e559f3f

Browse files
DrVickie8mmalerba
authored andcommitted
docs(guide): reverse body-1 and body-2 description
Reverse the description of body-1 and body-2 in the documentation for 'Typography levels'. Looking at how mat-body-1 (mat-h4) and mat-body-2 (mat-body) classes are applied, it seems that the descriptions in the documentation are reversed. BREAKING CHANGE: the description for body-1 and body-2 has changed Closes #26251
1 parent fba14dc commit e559f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/typography.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ table below.
5151
| `headline-6` | Section heading corresponding to the `<h2>` tag. |
5252
| `subtitle-1` | Section heading corresponding to the `<h3>` tag. |
5353
| `subtitle-2` | Section heading corresponding to the `<h4>` tag. |
54-
| `body-1` | Base body text. |
55-
| `body-2` | Bolder body text. |
54+
| `body-1` | Bolder body text. |
55+
| `body-2` | Base body text. |
5656
| `caption` | Smaller body and hint text. |
5757
| `button` | Buttons and anchors. |
5858

0 commit comments

Comments
 (0)