aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Tsang <[email protected]>2021-08-17 21:30:06 -0700
committerGitHub <[email protected]>2021-08-18 07:30:06 +0300
commitb10c1a76c7b7435159f565d11434425d88f988d4 (patch)
treee9d5518bff9855e1fb6538562f0c4986771435f5
parent18b3e1ac71f73d006756684a285c5a818e2d1454 (diff)
downloadbootstrap-b10c1a76c7b7435159f565d11434425d88f988d4.tar.xz
bootstrap-b10c1a76c7b7435159f565d11434425d88f988d4.zip
Fix typo in placeholder docs (#34752)
-rw-r--r--site/content/docs/5.1/components/placeholders.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/components/placeholders.md b/site/content/docs/5.1/components/placeholders.md
index 41313a70f..2b3387ac7 100644
--- a/site/content/docs/5.1/components/placeholders.md
+++ b/site/content/docs/5.1/components/placeholders.md
@@ -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.