Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f59b9c6

Browse files
tgkokkpetebacondarwin
authored andcommitted
docs(guide/e2e-testing): fix typos
1 parent 861e0c7 commit f59b9c6

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)