diff options
| author | Casper <[email protected]> | 2017-07-12 08:57:32 +0800 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-07-12 07:35:39 +0200 |
| commit | b14c5cc4b8c23c5630d2520cab7e5d8ef1556049 (patch) | |
| tree | bfe9066b8e17a7d6b062b495aba04fd79ba91aa9 /docs | |
| parent | 7a781b2ae00cfbc5f49530a4de1394c4008b499f (diff) | |
| download | bootstrap-b14c5cc4b8c23c5630d2520cab7e5d8ef1556049.tar.xz bootstrap-b14c5cc4b8c23c5630d2520cab7e5d8ef1556049.zip | |
Fixed a word (connectinh / connecting)
Diffstat (limited to 'docs')
| -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"> |
