diff --git a/ionic/components/icon/icon.ts b/ionic/components/icon/icon.ts
index dd7d8acc49..8cc778946b 100644
--- a/ionic/components/icon/icon.ts
+++ b/ionic/components/icon/icon.ts
@@ -60,9 +60,6 @@ export class Icon {
this.update();
}
- /**
- * @private
- */
get isActive() {
return (this._isActive === undefined || this._isActive === true || this._isActive === 'true');
}
diff --git a/ionic/components/nav/nav.ts b/ionic/components/nav/nav.ts
index 4116bfbb87..75a2ccf527 100644
--- a/ionic/components/nav/nav.ts
+++ b/ionic/components/nav/nav.ts
@@ -41,7 +41,7 @@ import {ViewController} from './view-controller';
*
* Additionally, specifying the `swipe-back-enabled` property will allow you to
* swipe to go back:
- * ```ts
+ * ```html
*
* ```
*
diff --git a/ionic/components/tabs/tabs.ts b/ionic/components/tabs/tabs.ts
index 3e35ed7b46..14c4d3ed4e 100644
--- a/ionic/components/tabs/tabs.ts
+++ b/ionic/components/tabs/tabs.ts
@@ -26,7 +26,7 @@ import {Icon} from '../icon/icon';
* To override the platform specific TabBar placement, use the
* `tabbar-placement` property:
*
- * ```ts
+ * ```html
*
*
*
@@ -34,7 +34,7 @@ import {Icon} from '../icon/icon';
*
* To change the location of the icons in the TabBar, use the `tabbar-icons`
* property:
- * ```ts
+ * ```html
*
*
*