From d4cf6d83f2300dfc88693ab71a643b7dd7c7e5e2 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Fri, 8 Jan 2016 21:09:05 -0600 Subject: [PATCH] docs(): fix spelling --- ionic/components/select/select.ts | 8 ++++---- ionic/components/select/test/multiple-value/main.html | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) 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 @@