Skip to content

Commit

Permalink
fix(docs): add caption in captions' HTML examples (#2033)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahiss authored and isabellechanclou committed Jul 5, 2023
1 parent 42a63df commit 3b5c22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/5.3/content/tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ A `<caption>` functions like a heading for a table. It helps users with screen r

```html
<table class="table table-sm">
...
<caption>List of users</caption>
<thead>
...
</thead>
Expand All @@ -488,7 +488,7 @@ You can also put the `<caption>` on the bottom of the table with `.caption-botto

```html
<table class="table caption-bottom">
...
<caption>List of users</caption>
<thead>
...
</thead>
Expand Down

0 comments on commit 3b5c22e

Please sign in to comment.