aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorChristopher Boik <[email protected]>2021-11-30 16:41:08 +0200
committerGitHub <[email protected]>2021-11-30 16:41:08 +0200
commit2a51370e92b7651bd8fb243b0a758cada47b43a9 (patch)
tree43aa3641c164821e3e47ffd6c89c6c1350cb809b /site
parentd13b5ca2a59d43d0c1e96b7d8349703ee6c8cbeb (diff)
downloadbootstrap-2a51370e92b7651bd8fb243b0a758cada47b43a9.tar.xz
bootstrap-2a51370e92b7651bd8fb243b0a758cada47b43a9.zip
Fix variable name in customizing comment (#35414)
Correct table lightening variable to match the variable name defined and described in the loop variable section above
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/5.1/content/tables.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/content/tables.md b/site/content/docs/5.1/content/tables.md
index c1f6293b4..645145ba4 100644
--- a/site/content/docs/5.1/content/tables.md
+++ b/site/content/docs/5.1/content/tables.md
@@ -786,4 +786,4 @@ Use `.table-responsive{-sm|-md|-lg|-xl|-xxl}` as needed to create responsive tab
### Customizing
- The factor variables (`$table-striped-bg-factor`, `$table-active-bg-factor` & `$table-hover-bg-factor`) are used to determine the contrast in table variants.
-- Apart from the light & dark table variants, theme colors are lightened by the `$table-bg-level` variable.
+- Apart from the light & dark table variants, theme colors are lightened by the `$table-bg-scale` variable.