diff options
| author | Johann-S <[email protected]> | 2017-06-15 11:28:48 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-06-15 11:45:32 +0200 |
| commit | e6303d45000bf90f3b4e83cec29e698f9a9800e9 (patch) | |
| tree | 3949ac65e8da404a616df22a5201c87f6f440ccb /docs/4.0/components/collapse.md | |
| parent | 8396039b4e2ca10ef06ee21b8c02288c2b01db07 (diff) | |
| download | bootstrap-e6303d45000bf90f3b4e83cec29e698f9a9800e9.tar.xz bootstrap-e6303d45000bf90f3b4e83cec29e698f9a9800e9.zip | |
Fix duplicate ID in our documentation
Diffstat (limited to 'docs/4.0/components/collapse.md')
| -rw-r--r-- | docs/4.0/components/collapse.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/collapse.md b/docs/4.0/components/collapse.md index e1d3e3b64..d72c4b043 100644 --- a/docs/4.0/components/collapse.md +++ b/docs/4.0/components/collapse.md @@ -32,7 +32,7 @@ You can use a link with the `href` attribute, or a button with the `data-target` </div> {% endexample %} -## Multiple triggers / targets +## 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. Multiple `<button>` or `<a>` can show and hide an element if they each reference it with their `href` or `data-target` attribute |
