diff options
| author | Gaël Poupard <[email protected]> | 2020-03-31 16:28:10 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-31 17:28:10 +0300 |
| commit | a0c2a29a8dbb563fb84591522c6412063df70d59 (patch) | |
| tree | ae603d9a8d0e6737bfc950b6db436482c35756c6 | |
| parent | 1fbafea0febcbcd67fd8801a39962ccc8177cf5d (diff) | |
| download | bootstrap-a0c2a29a8dbb563fb84591522c6412063df70d59.tar.xz bootstrap-a0c2a29a8dbb563fb84591522c6412063df70d59.zip | |
docs(tables): 1, 2, 2, 4… (#30489)
Co-authored-by: XhmikosR <[email protected]>
| -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> |
