From 7a954c3f1e8b39dbcc16d4e75d2e8949b92bfad2 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Sun, 4 Oct 2015 14:12:26 -0500 Subject: [PATCH] container that contains lol --- ionic/components/tabs/tabs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *