From f59b9c6fbdfa134dcf682a5092e8835cc56abb54 Mon Sep 17 00:00:00 2001 From: tgkokk Date: Sun, 7 Jul 2013 20:30:37 +0100 Subject: docs(guide/e2e-testing): fix typos --- docs/content/guide/dev_guide.e2e-testing.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3