From 9995bd5834c06db742401bc5de85afdb699b35db Mon Sep 17 00:00:00 2001 From: itaydemri Date: Thu, 3 Mar 2016 22:48:19 +0200 Subject: [PATCH] Update show-hide-when.ts typo fix --- ionic/components/show-hide-when/show-hide-when.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/show-hide-when/show-hide-when.ts b/ionic/components/show-hide-when/show-hide-when.ts index 65b5c68111..e0b1474284 100644 --- a/ionic/components/show-hide-when/show-hide-when.ts +++ b/ionic/components/show-hide-when/show-hide-when.ts @@ -60,7 +60,7 @@ export class DisplayWhen { * * @name ShowWhen * @description - * The `showWhen` attribute takes a string that represents a plaform or screen orientation. + * The `showWhen` attribute takes a string that represents a platform or screen orientation. * The element the attribute is added to will only be shown when that platform or screen orientation is active. * Complements the [hideWhen attribute](../HideWhen). * @usage