summaryrefslogtreecommitdiff
path: root/src
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 /src
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 'src')
-rw-r--r--src/assets/styles/_obmc-custom.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/assets/styles/_obmc-custom.scss b/src/assets/styles/_obmc-custom.scss
index 63bed23f..ae4fcb92 100644
--- a/src/assets/styles/_obmc-custom.scss
+++ b/src/assets/styles/_obmc-custom.scss
@@ -1,12 +1,12 @@
-// BMC Helpers must be imported before Boostrap helpers to
+// BMC Helpers must be imported before Bootstrap helpers to
// take advantage of Bootstrap's use of the Sass !default
-// statement. Moving this helper after results in Boostrap
+// statement. Moving this helper after results in Bootstrap
// variables taking precedence over BMC's
@import "./bmc/helpers";
@import "./vendor/bootstrap/helpers";
-// BMC Base files must folow Bootstrap base files
-// to assure BMC base styles override Boostrap base files
+// BMC Base files must follow Bootstrap base files
+// to assure BMC base styles override Bootstrap base files
@import "./vendor/bootstrap/base";
@import "./bmc/base";