Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaintMalik <37118134+saintmalik@users.noreply.github.com>2021-08-20 18:25:03 +0300
committerGitHub <noreply@github.com>2021-08-20 18:25:03 +0300
commitbfad22f23ca5365c6293ee0b9643ccc0a77dec18 (patch)
treeb90360e4733484df936bf411ebe06d4bb04800b1
parent7207cd191960c41ecc052b777b8b856a78089a08 (diff)
docs: fix typos in approach and placeholders (#34781)
-rw-r--r--site/content/docs/5.1/components/placeholders.md2
-rw-r--r--site/content/docs/5.1/extend/approach.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.1/components/placeholders.md b/site/content/docs/5.1/components/placeholders.md
index 2b3387ac75..cfbaf1672f 100644
--- a/site/content/docs/5.1/components/placeholders.md
+++ b/site/content/docs/5.1/components/placeholders.md
@@ -101,7 +101,7 @@ You can change the `width` through grid column classes, width utilities, or inli
### Color
-By default, the `placeholder` uses `currentColor`. This can be overriden with a custom color or utility class.
+By default, the `placeholder` uses `currentColor`. This can be overridden with a custom color or utility class.
{{< example >}}
<span class="placeholder col-12"></span>
diff --git a/site/content/docs/5.1/extend/approach.md b/site/content/docs/5.1/extend/approach.md
index 4b9dd4994a..033ab219fd 100644
--- a/site/content/docs/5.1/extend/approach.md
+++ b/site/content/docs/5.1/extend/approach.md
@@ -79,7 +79,7 @@ While not always possible, we strive to avoid being overly dogmatic in our HTML
## Code conventions
-[Code Guide](https://codeguide.co/) (from Bootstrap co-creator, @mdo) documents how we write our HTML and CSS across Bootstrap. It specifices guidelines for general formatting, common sense defaults, property and attribute orders, and more.
+[Code Guide](https://codeguide.co/) (from Bootstrap co-creator, @mdo) documents how we write our HTML and CSS across Bootstrap. It specifies guidelines for general formatting, common sense defaults, property and attribute orders, and more.
We use [Stylelint](https://stylelint.io/) to enforce these standards and more in our Sass/CSS. [Our custom Stylelint config](https://github.com/twbs/stylelint-config-twbs-bootstrap) is open source and available for others to use and extend.