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
This commit is contained in:
Alex Muramoto
2016-08-18 12:20:25 -07:00
committed by Mike Hartington
parent de12a4e905
commit 97b57f1b53
8 changed files with 8 additions and 7 deletions

View File

@ -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 `<ion-textarea>` must load its value from the `value` or
* Note that `<ion-textarea>` must load its value from the `value` or
* `[(ngModel)]` attribute. Unlike the native `<textarea>` element,
* `<ion-textarea>` does not support loading its value from the
* textarea's inner content.