diff --git a/ionic/components/select/select.ts b/ionic/components/select/select.ts index cea993ff08..6dbc66bd5c 100644 --- a/ionic/components/select/select.ts +++ b/ionic/components/select/select.ts @@ -47,8 +47,8 @@ import {Option} from '../option/option'; * selected option values. * * ```html - * - * Topings + * + * Toppings * Bacon * Black Olives * Extra Cheese @@ -83,8 +83,8 @@ import {Option} from '../option/option'; * * ```ts * this.alertOptions = { - * title: 'Pizza Topings', - * subTitle: 'Select your topings' + * title: 'Pizza Toppings', + * subTitle: 'Select your toppings' * }; * ``` * diff --git a/ionic/components/select/test/multiple-value/main.html b/ionic/components/select/test/multiple-value/main.html index 348b850d3b..bf91cc714a 100644 --- a/ionic/components/select/test/multiple-value/main.html +++ b/ionic/components/select/test/multiple-value/main.html @@ -2,8 +2,8 @@ - - Topings + + Toppings Bacon Black Olives Extra Cheese @@ -27,7 +27,7 @@