aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Nießen <[email protected]>2021-11-15 11:52:06 +0100
committerGitHub <[email protected]>2021-11-15 12:52:06 +0200
commit96dcc150d5d61d0dddae678c3f28830206c338b4 (patch)
tree8b6f84d43925471c077f949423e16c7b7d6392a1
parent367caea501b77b23afee9d49a1f678040767f341 (diff)
downloadbootstrap-96dcc150d5d61d0dddae678c3f28830206c338b4.tar.xz
bootstrap-96dcc150d5d61d0dddae678c3f28830206c338b4.zip
Fix typo in vertical alignment of table cells (#35348)
-rw-r--r--site/content/docs/5.1/content/tables.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/content/tables.md b/site/content/docs/5.1/content/tables.md
index 6f6e025dc..c1f6293b4 100644
--- a/site/content/docs/5.1/content/tables.md
+++ b/site/content/docs/5.1/content/tables.md
@@ -252,7 +252,7 @@ Add `.table-sm` to make any `.table` more compact by cutting all cell `padding`
## Vertical alignment
-Table cells of `<thead>` are always vertical aligned to the bottom. Table cells in `<tbody>` inherit their alignment from `<table>` and are aligned to the the top by default. Use the [vertical align]({{< docsref "/utilities/vertical-align" >}}) classes to re-align where needed.
+Table cells of `<thead>` are always vertical aligned to the bottom. Table cells in `<tbody>` inherit their alignment from `<table>` and are aligned to the top by default. Use the [vertical align]({{< docsref "/utilities/vertical-align" >}}) classes to re-align where needed.
<div class="bd-example">
<div class="table-responsive">