From a11201bb16a936d3fe8ca9472371f54e999259c1 Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Tue, 7 Jul 2020 20:34:10 -0500 Subject: Codespell spelling fixes These spelling errors were found using https://github.com/codespell-project/codespell Change-Id: I8ec1e482a6eedca0f9c3b0282fa7db85cd4243f3 Signed-off-by: Gunnar Mills --- src/assets/styles/_obmc-custom.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/assets/styles') 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"; -- cgit v1.2.3