diff options
| author | Mark Otto <[email protected]> | 2017-07-12 21:11:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-12 21:11:08 -0700 |
| commit | f2e912bb0e5041fead48bdbcaaa23de1c40291d5 (patch) | |
| tree | d675d29992c1b33d4b9ba3fcdbfbaf5b03887559 /docs/4.0/components/collapse.md | |
| parent | c6652eb862cd0a9ac33f5cff4fa777324853466a (diff) | |
| parent | c00437ec1b47d1ec9c7e0b181afec87c2c480631 (diff) | |
| download | bootstrap-f2e912bb0e5041fead48bdbcaaa23de1c40291d5.tar.xz bootstrap-f2e912bb0e5041fead48bdbcaaa23de1c40291d5.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
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 25b236e74..c77d436fb 100644 --- a/docs/4.0/components/collapse.md +++ b/docs/4.0/components/collapse.md @@ -113,7 +113,7 @@ Using the [card]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/card </div> {% endexample %} -You can also create accordions with custom markup. Add the `data-children` attribute and specify a set of sibling elements to toggle (e.g., `.item`). Then, use the same attributes and classes as shown above for connectinh toggles to their associated content. +You can also create accordions with custom markup. Add the `data-children` attribute and specify a set of sibling elements to toggle (e.g., `.item`). Then, use the same attributes and classes as shown above for connecting toggles to their associated content. {% example html %} <div id="exampleAccordion" data-children=".item"> |
