From 1d9d65d7af1d0f3f26959d5485ea64bda6d3d12f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Tue, 8 May 2018 16:17:41 +0200 Subject: [PATCH] jquery.makeCollapsible: Fix typo in documentation Change-Id: Iaf53f0e460bc8684f0925c2f3963d988f8624aa4 --- resources/src/jquery/jquery.makeCollapsible.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/src/jquery/jquery.makeCollapsible.js b/resources/src/jquery/jquery.makeCollapsible.js index 503e3a6cfe..e355196ed4 100644 --- a/resources/src/jquery/jquery.makeCollapsible.js +++ b/resources/src/jquery/jquery.makeCollapsible.js @@ -217,7 +217,7 @@ * expand the element. Default: the 'data-expandtext' attribute of the * collapsible element or the content of 'collapsible-expand' message. * @param {boolean} [options.collapsed] Whether to collapse immediately. By default - * collapse only if the elements has the 'mw-collapsible' class. + * collapse only if the element has the 'mw-collapsed' class. * @param {jQuery} [options.$customTogglers] Elements to be used as togglers * for this collapsible element. By default, if the collapsible element * has an id attribute like 'mw-customcollapsible-XXX', elements with a -- 2.20.1