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 --- docs/themes/customize.md | 2 +- docs/themes/readme.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/themes') 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. diff --git a/docs/themes/readme.md b/docs/themes/readme.md index 34f422c4..5e238775 100644 --- a/docs/themes/readme.md +++ b/docs/themes/readme.md @@ -1,9 +1,9 @@ # Overview -The best way to change the overall look and feel of the OpenBMC Web UI is to update the following files in a downstream repository. This section discusses the structure and purpose of the theme files and how to customize the application using Boostrap theming. +The best way to change the overall look and feel of the OpenBMC Web UI is to update the following files in a downstream repository. This section discusses the structure and purpose of the theme files and how to customize the application using Bootstrap theming. -[Read more about Boostrap Theming](https://getbootstrap.com/docs/4.0/getting-started/theming) +[Read more about Bootstrap Theming](https://getbootstrap.com/docs/4.0/getting-started/theming) ## SCSS File Structure @@ -130,8 +130,8 @@ $theme-colors: ( ``` ##### Color Resources -- [Learn more about Boostrap colors](https://getbootstrap.com/docs/4.0/getting-started/theming/#color) -- [Leran more about Bootstrap variables](https://getbootstrap.com/docs/4.0/getting-started/theming/#css-variables) +- [Learn more about Bootstrap colors](https://getbootstrap.com/docs/4.0/getting-started/theming/#color) +- [Learn more about Bootstrap variables](https://getbootstrap.com/docs/4.0/getting-started/theming/#css-variables) - [View the color palette and hex values in the color guidelines](/guide/guidelines/colors) #### _motion.scss @@ -218,7 +218,7 @@ The `_helpers.scss` file is an import file needed when building single-file comp ### _obmc-custom.scss The `obmc-custom.scss` file defines all of the presentational layer dependencies. -- [Read more about Boostrap options](https://getbootstrap.com/docs/4.0/getting-started/theming/#sass-options) +- [Read more about Bootstrap options](https://getbootstrap.com/docs/4.0/getting-started/theming/#sass-options) - [Read more about Importing](https://getbootstrap.com/docs/4.0/getting-started/theming/#importing) ## Component / View Styles -- cgit v1.2.3