From 36818da055221c4bbe0132ddca1a8da72aa048a5 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Tue, 20 Feb 2018 23:14:40 +0100 Subject: [PATCH] docs: fix the jsdoc annotations of the tabs component --- js/foundation.tabs.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/foundation.tabs.js b/js/foundation.tabs.js index c6380d2b7..8c19264fc 100644 --- a/js/foundation.tabs.js +++ b/js/foundation.tabs.js @@ -273,7 +273,7 @@ class Tabs extends Plugin { /** * Opens the tab `$targetContent` defined by `$target`. - * @param {jQuery} $target - Tab to Open. + * @param {jQuery} $target - Tab to open. * @function */ _openTab($target) { @@ -294,7 +294,7 @@ class Tabs extends Plugin { /** * Collapses `$targetContent` defined by `$target`. - * @param {jQuery} $target - Tab to Open. + * @param {jQuery} $target - Tab to collapse. * @function */ _collapseTab($target) { @@ -373,7 +373,7 @@ class Tabs extends Plugin { } /** - * Destroys an instance of an tabs. + * Destroys an instance of tabs. * @fires Tabs#destroyed */ _destroy() { -- 2.47.2