From 958ba815da9ab7367a496ea2dc6a8abacb94bc48 Mon Sep 17 00:00:00 2001 From: Aaron Stillwell Date: Mon, 4 Jan 2016 18:35:17 +0000 Subject: [PATCH] Corrected 'dropdown menu' to 'dropdown' --- js/foundation.dropdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/foundation.dropdown.js b/js/foundation.dropdown.js index 1f3710dae..115268c94 100644 --- a/js/foundation.dropdown.js +++ b/js/foundation.dropdown.js @@ -10,7 +10,7 @@ /** * Creates a new instance of a dropdown. * @class - * @param {jQuery} element - jQuery object to make into a dropdown menu. + * @param {jQuery} element - jQuery object to make into a dropdown. * Object should be of the dropdown panel, rather than its anchor. * @param {Object} options - Overrides to the default plugin settings. */ -- 2.47.2