]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs: fix typos in approach and placeholders (#34781)
authorSaintMalik <37118134+saintmalik@users.noreply.github.com>
Fri, 20 Aug 2021 15:25:03 +0000 (16:25 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Aug 2021 15:25:03 +0000 (18:25 +0300)
site/content/docs/5.1/components/placeholders.md
site/content/docs/5.1/extend/approach.md

index 2b3387ac757d7061641503a73363e4d7c59df86c..cfbaf1672f0068c1b0b3a1ece0b9860bd66866cf 100644 (file)
@@ -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>
index 4b9dd4994aaccad9cc9777216af53dee3c64ad66..033ab219fd3367cc795cec815d1e59a26dec47a1 100644 (file)
@@ -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.