From: Brendan Abbott Date: Tue, 23 Oct 2018 00:36:15 +0000 (-0400) Subject: docs: correct typo in drilldown for autoApplyClass X-Git-Tag: v6.6.0~3^2~78^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=424308fbba3c1d75f233cc77d1387ea57e17e581;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: correct typo in drilldown for autoApplyClass --- diff --git a/js/foundation.drilldown.js b/js/foundation.drilldown.js index 18a04ded2..460d3ad33 100644 --- a/js/foundation.drilldown.js +++ b/js/foundation.drilldown.js @@ -543,7 +543,7 @@ Drilldown.defaults = { * Drilldowns depend on styles in order to function properly; in the default build of Foundation these are * on the `drilldown` class. This option auto-applies this class to the drilldown upon initialization. * @option - * @type {boolian} + * @type {boolean} * @default true */ autoApplyClass: true,