From b8a56071d71b5cf7540f3b5325b06a1cdf0a8b91 Mon Sep 17 00:00:00 2001 From: Per Djurner Date: Mon, 18 Jan 2016 13:15:56 -0500 Subject: [PATCH] Config property should be documented as tabSubPages instead of tabSubPage. --- ionic/config/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/config/config.ts b/ionic/config/config.ts index 2b255c8710..58df4f42fe 100644 --- a/ionic/config/config.ts +++ b/ionic/config/config.ts @@ -90,7 +90,7 @@ import {isObject, isDefined, isFunction, isArray} from '../util/util'; * | pageTransitionDelay | 16 | 120 | * | tabbarPlacement | bottom | top | * | tabbarHighlight | | top | - * | tabSubPage | | true | + * | tabSubPages | | true | * **/ export class Config {