Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'site/docs/4.3/components/collapse.md')
-rw-r--r--site/docs/4.3/components/collapse.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.3/components/collapse.md b/site/docs/4.3/components/collapse.md
index 10e32a6571..8a7ea3c610 100644
--- a/site/docs/4.3/components/collapse.md
+++ b/site/docs/4.3/components/collapse.md
@@ -41,7 +41,7 @@ You can use a link with the `href` attribute, or a button with the `data-target`
## Multiple targets
-A `<button>` or `<a>` can show and hide multiple elements by referencing them with a JQuery selector in its `href` or `data-target` attribute.
+A `<button>` or `<a>` can show and hide multiple elements by referencing them with a selector in its `href` or `data-target` attribute.
Multiple `<button>` or `<a>` can show and hide an element if they each reference it with their `href` or `data-target` attribute
{% capture example %}