aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortgkokk2013-07-07 20:30:37 +0100
committerPete Bacon Darwin2013-07-07 20:32:06 +0100
commit0823f6dfab141bcc48ff23bff85be14c22f1c431 (patch)
tree08895bbcc8d3ddc49c271c87d520abcb569d2f95
parent87bb554aec89235d855b4aeeb0966244962277fc (diff)
downloadangular.js-0823f6dfab141bcc48ff23bff85be14c22f1c431.tar.bz2
docs(guide/e2e-testing): fix typos
-rw-r--r--docs/content/guide/dev_guide.e2e-testing.ngdoc2
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()