]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typo in vertical alignment of table cells (#35348)
authorTobias Nießen <tniessen@users.noreply.github.com>
Mon, 15 Nov 2021 10:52:06 +0000 (11:52 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Nov 2021 10:52:06 +0000 (12:52 +0200)
site/content/docs/5.1/content/tables.md

index 6f6e025dc68562e707a76c620f80a004fd15db82..c1f6293b48fea38cb5dae6491ae9825d89a157f6 100644 (file)
@@ -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">