]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typo in placeholder docs (#34752)
authorKyle Tsang <6854874+kyletsang@users.noreply.github.com>
Wed, 18 Aug 2021 04:30:06 +0000 (21:30 -0700)
committerGitHub <noreply@github.com>
Wed, 18 Aug 2021 04:30:06 +0000 (07:30 +0300)
site/content/docs/5.1/components/placeholders.md

index 41313a70fdc772f0b68410a6cf1b1be8185dd005..2b3387ac757d7061641503a73363e4d7c59df86c 100644 (file)
@@ -73,7 +73,7 @@ In the example below, we take a typical card component and recreate it with plac
 
 ## How it works
 
-Create placeholders with the `.placeholder` class and a grid column class (e.g., `.col-6`) to set the `width`. They can replace the text inside an element or as be added as a modifier class to an existing component.
+Create placeholders with the `.placeholder` class and a grid column class (e.g., `.col-6`) to set the `width`. They can replace the text inside an element or be added as a modifier class to an existing component.
 
 We apply additional styling to `.btn`s via `::before` to ensure the `height` is respected. You may extend this pattern for other situations as needed, or add a `&nbsp;` within the element to reflect the height when actual text is rendered in its place.