summaryrefslogtreecommitdiff
path: root/docs/themes/customize.md
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2020-07-08 04:34:10 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-07-08 04:34:10 +0300
commita11201bb16a936d3fe8ca9472371f54e999259c1 (patch)
treeb2eb591f20613f026f45b575ed8c0e5c65e75ecb /docs/themes/customize.md
parentdefc9e298e36bb50953f93e843cf3789d7056f13 (diff)
downloadwebui-vue-a11201bb16a936d3fe8ca9472371f54e999259c1.tar.xz
Codespell spelling fixes
These spelling errors were found using https://github.com/codespell-project/codespell Change-Id: I8ec1e482a6eedca0f9c3b0282fa7db85cd4243f3 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'docs/themes/customize.md')
-rw-r--r--docs/themes/customize.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/themes/customize.md b/docs/themes/customize.md
index 6eb233ca..1af21220 100644
--- a/docs/themes/customize.md
+++ b/docs/themes/customize.md
@@ -18,7 +18,7 @@ This option enables or disables background-image icons within textual inputs and
- [View all the Bootstrap Sass Options](https://getbootstrap.com/docs/4.2/getting-started/theming/#sass-options)
## Bootstrap Sass Variables
-These are global variables that Bootsrap defines in the `/node_modules/bootstrap/scss/variables.scss` helper file. Adding a variable listed in this file to the `/src/assets/styles/bmc/helpers/_variables.scss` file will override the Bootstrap defined value.
+These are global variables that Bootstrap defines in the `/node_modules/bootstrap/scss/variables.scss` helper file. Adding a variable listed in this file to the `/src/assets/styles/bmc/helpers/_variables.scss` file will override the Bootstrap defined value.
### $transition-base
This variable sets the base CSS transition style throughout the application.