Fixed missing td tag (#1010)
This commit is contained in:
parent
b8a2c00659
commit
01ff023a93
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ doc-subtab: typography-helpers
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><code>.is-capitalized</code></td>
|
||||
Transforms <strong>the first character</strong> of each word to <strong>uppercase</strong>
|
||||
<td>Transforms <strong>the first character</strong> of each word to <strong>uppercase</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>.is-lowercase</code></td>
|
||||
|
|
Loading…
Add table
Reference in a new issue