From d1434014bd0c20bee801b541b8bdaf12f53f1c9d Mon Sep 17 00:00:00 2001 From: Dan Bucholtz Date: Wed, 10 Jan 2018 15:07:43 -0600 Subject: [PATCH] chore(lint): update jsdoc comment to pass lint --- packages/core/src/components/tabs/tabs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/components/tabs/tabs.tsx b/packages/core/src/components/tabs/tabs.tsx index 161ee29236..1740f472f0 100644 --- a/packages/core/src/components/tabs/tabs.tsx +++ b/packages/core/src/components/tabs/tabs.tsx @@ -112,7 +112,7 @@ export class Tabs { } - /** + /** * @param {number} index Index of the tab you want to get * @returns {HTMLIonTabElement} Returns the tab who's index matches the one passed */