Fix a typo in `scss/_tables.scss` comments (#39497)

This commit is contained in:
Yudai Takada 2023-12-15 16:15:59 +09:00 коммит произвёл GitHub
Родитель f1cd1180b7
Коммит 4dcc376bfb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 {