diff options
| author | Anirvan Chatterjee <[email protected]> | 2021-06-02 17:32:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2021-06-02 22:21:27 -0700 |
| commit | 7ec9d8df528ccfa3cf07e496fdb76f74711e262f (patch) | |
| tree | 74c6142b960e00420d1c68cc98f8d431a91439bc | |
| parent | 7d9adb702d96f9eb4706afb12cd73c9654979575 (diff) | |
| download | bootstrap-7ec9d8df528ccfa3cf07e496fdb76f74711e262f.tar.xz bootstrap-7ec9d8df528ccfa3cf07e496fdb76f74711e262f.zip | |
Fix typo ("theses"→ "these")
| -rw-r--r-- | site/content/docs/5.0/customize/sass.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/customize/sass.md b/site/content/docs/5.0/customize/sass.md index 98a6429fb..adc990db7 100644 --- a/site/content/docs/5.0/customize/sass.md +++ b/site/content/docs/5.0/customize/sass.md @@ -126,7 +126,7 @@ $primary: #0074d9; $danger: #ff4136; ``` -Later on, theses variables are set in Bootstrap's `$theme-colors` map: +Later on, these variables are set in Bootstrap's `$theme-colors` map: ```scss $theme-colors: ( |
