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

Commit cbe9b65

Browse files
crzrcnhankduan
crzrcn
authored andcommitted
docs(ElementArrayFinder): fix typo in description, "satify" -> "satisfy"
1 parent f56d850 commit cbe9b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/protractor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ var buildElementHelper = function(ptor) {
7979
* position 'index'.
8080
*
8181
* Similar to jquery, ElementArrayFinder will search all branches of the DOM
82-
* to find the elements that satify the conditions (i.e. all, filter, get).
82+
* to find the elements that satisfy the conditions (i.e. all, filter, get).
8383
* However, an ElementArrayFinder will not actually retrieve the elements until
8484
* an action is called, which means it can be set up in helper files (i.e.
8585
* page objects) before the page is available, and reused as the page changes.

0 commit comments

Comments
 (0)