Update show-hide-when.ts

typo fix
This commit is contained in:
itaydemri
2016-03-03 22:48:19 +02:00
parent a2a9e3846f
commit 9995bd5834

View File

@ -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