aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchocolateboy <[email protected]>2018-10-19 09:16:12 +0100
committerXhmikosR <[email protected]>2018-10-19 11:36:18 +0300
commitef32979222c18f7ffe7023a17515e8cf3aefc340 (patch)
treea8560a1eca169097caf711bcb61c5ccf4c27b0ca
parent5d834e05107edebbdac98e0b2d51940f13190e8f (diff)
downloadbootstrap-ef32979222c18f7ffe7023a17515e8cf3aefc340.tar.xz
bootstrap-ef32979222c18f7ffe7023a17515e8cf3aefc340.zip
Fix doc typo
-rw-r--r--site/docs/4.1/components/collapse.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/components/collapse.md b/site/docs/4.1/components/collapse.md
index 88ed86a67..6ede6e4b5 100644
--- a/site/docs/4.1/components/collapse.md
+++ b/site/docs/4.1/components/collapse.md
@@ -8,7 +8,7 @@ toc: true
## How it works
-The collapse JavaScript plugin is used to show and hide content. Buttons or anchors are used as triggers that are mapped to specific elements you toggle. Collapsing an element will animate the `height` from it's current value to `0`. Given how CSS handles animations, you cannot use `padding` on a `.collapse` element. Instead, use the class as an independent wrapping element.
+The collapse JavaScript plugin is used to show and hide content. Buttons or anchors are used as triggers that are mapped to specific elements you toggle. Collapsing an element will animate the `height` from its current value to `0`. Given how CSS handles animations, you cannot use `padding` on a `.collapse` element. Instead, use the class as an independent wrapping element.
## Example