Skip to content

Commit 11998a0

Browse files
authored
[Java] Fix typo in invisibilityOf method documentation (#16456)
1 parent e71fa0a commit 11998a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/openqa/selenium/support/ui/ExpectedConditions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,7 @@ public String toString() {
13521352
* An expectation for checking the element to be invisible
13531353
*
13541354
* @param element used to check its invisibility
1355-
* @return Boolean true when elements is not visible anymore
1355+
* @return Boolean true when element is not visible anymore
13561356
*/
13571357
public static ExpectedCondition<Boolean> invisibilityOf(final WebElement element) {
13581358
return new ExpectedCondition<Boolean>() {

0 commit comments

Comments
 (0)