docs(input): copy editing (#10561)

Tiny rewording.
This commit is contained in:
Andrew Royappa
2017-02-27 08:21:39 -08:00
committed by Brandy Carney
parent c65ec9899a
commit 3959272620

View File

@@ -24,7 +24,7 @@ import { Platform } from '../../platform/platform';
* `password`, `email`, `number`, `search`, `tel`, and `url`. Ionic
* still uses an actual `<input type="text">` HTML element within the
* component, however, with Ionic wrapping the native HTML input
* element it's able to better handle the user experience and
* element it's better able to handle the user experience and
* interactivity.
*
* Similarly, `<ion-textarea>` should be used in place of `<textarea>`.