diff options
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/tables.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/tables.md b/docs/components/tables.md index 988005051..23e25a215 100644 --- a/docs/components/tables.md +++ b/docs/components/tables.md @@ -193,13 +193,13 @@ Add `.table-bordered` for borders on all sides of the table and cells. </thead> <tbody> <tr> - <th scope="row">1</tg> + <th scope="row">1</th> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> - <th scope="row">2</tg> + <th scope="row">2</th> <td>Mark</td> <td>Otto</td> <td>@TwBootstrap</td> |
