Skip to content

Commit 99267e6

Browse files
docs(typeahead): correct gramatical errors
1 parent 090da19 commit 99267e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/typeahead/docs/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Typeahead is a AngularJS version of [Twitter Bootstrap typeahead plugin](http://twitter.github.com/bootstrap/javascript.html#typeahead).
22
This directive can be used to quickly create elegant typeheads with any form text input.
33

4-
It is very well integrated into the AngularJS as it uses subset of the
5-
[select directive](http://docs.angularjs.org/api/ng.directive:select) syntax, which is very flexible. Supported expressions:
4+
It is very well integrated into AngularJS as it uses a subset of the
5+
[select directive](http://docs.angularjs.org/api/ng.directive:select) syntax, which is very flexible. Supported expressions are:
66

77
* _label_ for _value_ in _sourceArray_
88
* _select_ as _label_ for _value_ in _sourceArray_
99

10-
The `sourceArray` expression can use a special `$viewValue` variable that corresponds to a value entered inside input by a user.
10+
The `sourceArray` expression can use a special `$viewValue` variable that corresponds to the value entered inside the input.
1111

12-
Also this directive works with promises and it means that you can retrieve matches using the `$http` service with minimal effort.
12+
This directive works with promises, meaning you can retrieve matches using the `$http` service with minimal effort.
1313

1414
The typeahead directives provide several attributes:
1515

0 commit comments

Comments
 (0)