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 */