From 97b57f1b53149e588998e969149119cb43ced06f Mon Sep 17 00:00:00 2001 From: Alex Muramoto Date: Thu, 18 Aug 2016 12:20:25 -0700 Subject: [PATCH] Update docs and fix typos (#7776) * docs(input): fix typo * docs(scroll): add note about required CSS for scrollY * docs(config): add swipeBackEnabled to config properties list * docs(component generator): fix broken link in template comment * docs(directive generator): fix broken link in template comment --- src/components/input/input.ts | 2 +- src/components/scroll/scroll.ts | 2 +- src/config/config.ts | 1 + tooling/generators/component/component.tmpl.html | 2 +- tooling/generators/component/component.tmpl.js | 2 +- tooling/generators/component/component.tmpl.ts | 2 +- tooling/generators/directive/directive.tmpl.js | 2 +- tooling/generators/directive/directive.tmpl.ts | 2 +- 8 files changed, 8 insertions(+), 7 deletions(-) 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 `