aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_tables.scss2
-rw-r--r--scss/_variables.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss
index 5ae45ffe8..47ffde166 100644
--- a/scss/_tables.scss
+++ b/scss/_tables.scss
@@ -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;
}
}
diff --git a/scss/_variables.scss b/scss/_variables.scss
index d2260850c..707908fa8 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -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;