diff --git a/src/components/input/input.ts b/src/components/input/input.ts index 2acc500fa2..ae042e9a06 100644 --- a/src/components/input/input.ts +++ b/src/components/input/input.ts @@ -135,7 +135,7 @@ export class TextInput extends InputBase { * however, with Ionic wrapping the native HTML text area element, Ionic * is able to better handle the user experience and interactivity. * - * Not that `` must load its value from the `value` or + * Note that `` must load its value from the `value` or * `[(ngModel)]` attribute. Unlike the native `