diff --git a/docs/4.0/content/tables.md b/docs/4.0/content/tables.md
index db05e8378c..9de7c55536 100644
--- a/docs/4.0/content/tables.md
+++ b/docs/4.0/content/tables.md
@@ -45,10 +45,10 @@ Using the most basic table markup, here's how `.table`-based tables look in Boot
{% endexample %}
-You can also invert the colors—with light text on dark backgrounds—with `.table-inverse`.
+You can also invert the colors—with light text on dark backgrounds—with `.table-dark`.
{% example html %}
-
+
# |
@@ -82,11 +82,11 @@ You can also invert the colors—with light text on dark backgrounds—with `.ta
## Table head options
-Similar to default and inverse tables, use one of two modifier classes to make ``s appear light or dark gray.
+Similar to tables and dark tables, use the modifier classes `.thead-light` or `.thead-dark` to make ``s appear light or dark gray.
{% example html %}
-
+
# |
First Name |
@@ -117,7 +117,7 @@ Similar to default and inverse tables, use one of two modifier classes to make `
-
+
# |
First Name |
@@ -186,7 +186,7 @@ Use `.table-striped` to add zebra-striping to any table row within the `
`
{% endexample %}
{% example html %}
-
+
# |
@@ -261,7 +261,7 @@ Add `.table-bordered` for borders on all sides of the table and cells.
{% endexample %}
{% example html %}
-
+
# |
@@ -335,7 +335,7 @@ Add `.table-hover` to enable a hover state on table rows within a `
`.
{% endexample %}
{% example html %}
-
+
# |
@@ -403,7 +403,7 @@ Add `.table-sm` to make tables more compact by cutting cell padding in half.
{% endexample %}
{% example html %}
-
+
# |
@@ -487,10 +487,10 @@ Use contextual classes to color table rows or individual cells.
{% endhighlight %}
-Regular table background variants are not available with the inverse table, however, you may use [text or background utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/colors/) to achieve similar styles.
+Regular table background variants are not available with the dark table, however, you may use [text or background utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/colors/) to achieve similar styles.