diff options
| author | Yudai Takada <[email protected]> | 2023-12-15 16:15:59 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-15 08:15:59 +0100 |
| commit | 4dcc376bfb15dc2a0b538b346e86dc2007a05d67 (patch) | |
| tree | ad02b664f92e250dcb46a2c9aa75f1c045ab78ab /scss | |
| parent | f1cd1180b7d5ea8c1b2a0c4e730a5dfed2c3ff37 (diff) | |
| download | bootstrap-4dcc376bfb15dc2a0b538b346e86dc2007a05d67.tar.xz bootstrap-4dcc376bfb15dc2a0b538b346e86dc2007a05d67.zip | |
Fix a typo in `scss/_tables.scss` comments (#39497)
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_tables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss index ebfc00a5c..276521a38 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -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 { |
