Fix table separator typo (#31162)

This commit is contained in:
Jorge González 2020-06-24 11:28:47 -05:00 committed by GitHub
parent 9c320df652
commit d33a560dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
// Highlight border color between thead, tbody and tfoot.
> :not(:last-child) > :last-child > * {
border-bottom-color: $table-group-seperator-color;
border-bottom-color: $table-group-separator-color;
}
}

View File

@ -507,7 +507,7 @@ $table-border-color: $border-color !default;
$table-striped-order: odd !default;
$table-group-seperator-color: currentColor !default;
$table-group-separator-color: currentColor !default;
$table-caption-color: $text-muted !default;