diff --git a/ionic/config/config.ts b/ionic/config/config.ts
index 83e9e18847..462558fd9b 100644
--- a/ionic/config/config.ts
+++ b/ionic/config/config.ts
@@ -33,10 +33,10 @@ import {isObject, isDefined, isFunction, isArray, extend} from '../util/util';
* @App({
* template: ``
* config: {
- * 'tabbarPlacement': 'bottom',
+ * tabbarPlacement: 'bottom',
* platform: {
* ios: {
- * 'tabbarPlacement': 'top',
+ * tabbarPlacement: 'top',
* }
* }
* }
@@ -47,7 +47,7 @@ import {isObject, isDefined, isFunction, isArray, extend} from '../util/util';
*
* ```html
*
- *
+ *
*
* ```
*