From b14c5cc4b8c23c5630d2520cab7e5d8ef1556049 Mon Sep 17 00:00:00 2001
From: Casper <agito723@gmail.com>
Date: Wed, 12 Jul 2017 08:57:32 +0800
Subject: [PATCH] Fixed a word (connectinh / connecting)

---
 docs/4.0/components/collapse.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 </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">
-- 
GitLab