From 424308fbba3c1d75f233cc77d1387ea57e17e581 Mon Sep 17 00:00:00 2001 From: Brendan Abbott Date: Mon, 22 Oct 2018 20:36:15 -0400 Subject: [PATCH] docs: correct typo in drilldown for autoApplyClass --- js/foundation.drilldown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.2