Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@users.noreply.github.com>2021-11-15 13:52:06 +0300
committerGitHub <noreply@github.com>2021-11-15 13:52:06 +0300
commit96dcc150d5d61d0dddae678c3f28830206c338b4 (patch)
tree8b6f84d43925471c077f949423e16c7b7d6392a1 /site
parent367caea501b77b23afee9d49a1f678040767f341 (diff)
Fix typo in vertical alignment of table cells (#35348)
Diffstat (limited to 'site')
-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 6f6e025dc6..c1f6293b48 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">