diff options
| author | tgkokk | 2013-07-07 20:30:37 +0100 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-07-07 20:31:15 +0100 | 
| commit | f59b9c6fbdfa134dcf682a5092e8835cc56abb54 (patch) | |
| tree | 8640b56e44c5ee7ee6f016b93af8aa9460418725 | |
| parent | 861e0c75bd60706d1fd4076d6a7b205c18bb63c9 (diff) | |
| download | angular.js-f59b9c6fbdfa134dcf682a5092e8835cc56abb54.tar.bz2 | |
docs(guide/e2e-testing): fix typos
| -rw-r--r-- | docs/content/guide/dev_guide.e2e-testing.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/guide/dev_guide.e2e-testing.ngdoc b/docs/content/guide/dev_guide.e2e-testing.ngdoc index 8d297cff..243517ad 100644 --- a/docs/content/guide/dev_guide.e2e-testing.ngdoc +++ b/docs/content/guide/dev_guide.e2e-testing.ngdoc @@ -136,7 +136,7 @@ the given jQuery `selector`. The `label` is used for test output.  ## select(name).option(value)  Picks the option with the given `value` on the select with the given `name`. -## select(name).option(value1, value2...) +## select(name).options(value1, value2...)  Picks the options with the given `values` on the multi select with the given `name`.  ## element(selector, label).count() | 
