Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Boik <45264553+MysticZA@users.noreply.github.com>2021-11-30 17:41:08 +0300
committerGitHub <noreply@github.com>2021-11-30 17:41:08 +0300
commit2a51370e92b7651bd8fb243b0a758cada47b43a9 (patch)
tree43aa3641c164821e3e47ffd6c89c6c1350cb809b
parentd13b5ca2a59d43d0c1e96b7d8349703ee6c8cbeb (diff)
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
-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 c1f6293b48..645145ba4c 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.