From: Casper Date: Wed, 12 Jul 2017 00:57:32 +0000 (+0800) Subject: Fixed a word (connectinh / connecting) X-Git-Tag: v4.0.0-beta~49^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b14c5cc4b8c23c5630d2520cab7e5d8ef1556049;p=thirdparty%2Fbootstrap.git Fixed a word (connectinh / connecting) --- diff --git a/docs/4.0/components/collapse.md b/docs/4.0/components/collapse.md index 25b236e740..c77d436fb0 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 {% 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 %}