Skip to content

Commit

Permalink
fix(table): change heading to regular paragraph in STYLES.md (#907)
Browse files Browse the repository at this point in the history
Skipping heading levels is not allowed. This shouldn't be a heading
anyway.
  • Loading branch information
kevinbuhmann authored Aug 24, 2023
1 parent 7158afa commit b2b9a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/angular/src/data/STYLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

## CSS Classes

#### All other table classes like `table, thead, tbody, th, td` are not specific to Clarity so they are not included.
All other table classes like `table, thead, tbody, th, td` are not specific to Clarity so they are not included.

| Class name | Description |
| -------------- | ------------------------ |
Expand Down

0 comments on commit b2b9a1f

Please sign in to comment.