summaryrefslogtreecommitdiff
path: root/docs/themes/readme.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/readme.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/readme.md')
-rw-r--r--docs/themes/readme.md10
1 files changed, 5 insertions, 5 deletions
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