diff --git a/ionic/components/tabs/tabs.ts b/ionic/components/tabs/tabs.ts index 299f0784d0..5d1f972151 100644 --- a/ionic/components/tabs/tabs.ts +++ b/ionic/components/tabs/tabs.ts @@ -11,7 +11,7 @@ import * as dom from 'ionic/util/dom'; /** - * The Tabs component is a container that contains a [TabBar]() and any number of + * The Tabs component is a container with a [TabBar]() and any number of * individual [Tab]() components. On iOS, the TabBar is placed on the bottom of * the screen, while on Android it is at the top. *