diff --git a/ionic/components/searchbar/searchbar.ts b/ionic/components/searchbar/searchbar.ts
index 40543f3084..4214c1db20 100644
--- a/ionic/components/searchbar/searchbar.ts
+++ b/ionic/components/searchbar/searchbar.ts
@@ -160,6 +160,10 @@ export class Searchbar extends Ion {
}
}
+/**
+* @private
+* Updates the value of query
+*/
@Directive({
selector: '.searchbar-input',
host: {
diff --git a/ionic/components/toggle/toggle.ts b/ionic/components/toggle/toggle.ts
index 79c42f884a..a67437a05d 100644
--- a/ionic/components/toggle/toggle.ts
+++ b/ionic/components/toggle/toggle.ts
@@ -46,12 +46,12 @@ class MediaToggle {
* @property {string} [id] - a unique ID for a toggle
* @usage
* ```html
- * // Create a single toggle
+ *
*
* Pineapple
*
*
- * // Create a list of togglees:
+ *
*
*
*
diff --git a/ionic/components/toolbar/toolbar.ts b/ionic/components/toolbar/toolbar.ts
index 4a2a375330..bf6a730063 100644
--- a/ionic/components/toolbar/toolbar.ts
+++ b/ionic/components/toolbar/toolbar.ts
@@ -105,7 +105,7 @@ export class Toolbar extends ToolbarBase {
}
/**
- * @name ToolbarTitle
+ * @name Title
* @description
* `ion-title` is a component that sets the title of the `Toolbar` or `Navbar`
* @usage