]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: correct typo in drilldown for autoApplyClass 11553/head
authorBrendan Abbott <brendan@bloodbone.ws>
Tue, 23 Oct 2018 00:36:15 +0000 (20:36 -0400)
committerBrendan Abbott <brendan.abbott@shopify.com>
Tue, 23 Oct 2018 00:41:02 +0000 (20:41 -0400)
js/foundation.drilldown.js

index 18a04ded2e22d34f9688b3ccb7234cdc015e98dc..460d3ad33dda6640753172daac4764cca2795bdd 100644 (file)
@@ -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,