0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

docs: fix typos in approach and placeholders (#34781)

This commit is contained in:
SaintMalik 2021-08-20 16:25:03 +01:00 committed by GitHub
parent 7207cd1919
commit bfad22f23c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View 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>

View 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.