diff options
| -rw-r--r-- | site/content/docs/4.3/content/tables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/content/tables.md b/site/content/docs/4.3/content/tables.md index c13a24517..f42d37d68 100644 --- a/site/content/docs/4.3/content/tables.md +++ b/site/content/docs/4.3/content/tables.md @@ -407,7 +407,7 @@ Table cells of `<thead>` are always vertical aligned to the bottom. Table cells <tr> <th scope="col" class="w-25">Heading 1</th> <th scope="col" class="w-25">Heading 2</th> - <th scope="col" class="w-25">Heading 2</th> + <th scope="col" class="w-25">Heading 3</th> <th scope="col" class="w-25">Heading 4</th> </tr> </thead> |
