aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Allegrini <[email protected]>2021-06-04 10:21:34 +0200
committerMark Otto <[email protected]>2021-06-07 12:29:25 -0700
commitca43fa8892e3ac34a215e230347f2f7f613683ff (patch)
tree28e85822631d24b667fadc4c43b710ebce783237
parentcb47b8c9640abcc19c17908475153849b9d4ad60 (diff)
downloadbootstrap-ca43fa8892e3ac34a215e230347f2f7f613683ff.tar.xz
bootstrap-ca43fa8892e3ac34a215e230347f2f7f613683ff.zip
docs: update migration.md to fix a typo
-rw-r--r--site/content/docs/5.0/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md
index 14da12b65..663666b99 100644
--- a/site/content/docs/5.0/migration.md
+++ b/site/content/docs/5.0/migration.md
@@ -117,7 +117,7 @@ toc: true
- <span class="badge bg-danger">Breaking</span> `.thead-light` and `.thead-dark` are dropped in favor of the `.table-*` variant classes which can be used for all table elements (`thead`, `tbody`, `tfoot`, `tr`, `th` and `td`).
-- <span class="badge bg-danger">Breaking</span> The `table-row-variant()` mixin is renamed to `table-variant()` and accepts only 2 parameters: `$color` (colon name) and `$value` (color code). The border color and accent colors are automatically calculated based on the table factor variables.
+- <span class="badge bg-danger">Breaking</span> The `table-row-variant()` mixin is renamed to `table-variant()` and accepts only 2 parameters: `$color` (color name) and `$value` (color code). The border color and accent colors are automatically calculated based on the table factor variables.
- Split table cell padding variables into `-y` and `-x`.