]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix a typo in `scss/_tables.scss` comments (#39497)
authorYudai Takada <t.yudai92@gmail.com>
Fri, 15 Dec 2023 07:15:59 +0000 (16:15 +0900)
committerGitHub <noreply@github.com>
Fri, 15 Dec 2023 07:15:59 +0000 (08:15 +0100)
scss/_tables.scss

index ebfc00a5c6520414493d5bdd4ac4b20a501502ad..276521a387fe615b4c5b5a9feb3f2ea5b758e27d 100644 (file)
@@ -79,7 +79,7 @@
 //
 // When borders are added on all sides of the cells, the corners can render odd when
 // these borders do not have the same color or if they are semi-transparent.
-// Therefor we add top and border bottoms to the `tr`s and left and right borders
+// Therefore we add top and border bottoms to the `tr`s and left and right borders
 // to the `td`s or `th`s
 
 .table-bordered {