From d62faf9d81a0248ffba4716b894c2be284e38932 Mon Sep 17 00:00:00 2001 From: Mark McEahern Date: Sun, 24 Jul 2016 21:13:37 -0500 Subject: [PATCH] docs(label): update copy for clarity Change `about` to `above`, which appears to be the intended meaning. --- src/components/label/label.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/label/label.ts b/src/components/label/label.ts index 93d47a7734..b1b624f1db 100644 --- a/src/components/label/label.ts +++ b/src/components/label/label.ts @@ -8,7 +8,7 @@ import { Attribute, Directive, ElementRef, Renderer, Input } from '@angular/core * to describe an `ion-input`, `ion-toggle`, `ion-checkbox`, and more. * * @property [fixed] - A persistent label that sits next the input. - * @property [floating] - A label that will float about the input if the input is empty or loses focus. + * @property [floating] - A label that will float above the input if the input is empty or loses focus. * @property [stacked] - A stacked label will always appear on top of the input. *