Skip to content

Commit 89d9e63

Browse files
tgkokkctrahey
authored andcommitted
docs(guide/e2e-testing): fix typos
1 parent e1257cf commit 89d9e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/dev_guide.e2e-testing.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ the given jQuery `selector`. The `label` is used for test output.
136136
## select(name).option(value)
137137
Picks the option with the given `value` on the select with the given `name`.
138138

139-
## select(name).option(value1, value2...)
139+
## select(name).options(value1, value2...)
140140
Picks the options with the given `values` on the multi select with the given `name`.
141141

142142
## element(selector, label).count()

0 commit comments

Comments
 (0)