Skip to content

Commit e346896

Browse files
author
Dmitry Berezhnoy
committed
Fixed typo.
1 parent d9ae261 commit e346896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/appium/java_client/pagefactory/AppiumElementLocator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public WebElement findElement() {
143143
}
144144
List<WebElement> result = waitFor();
145145
if (result.size() == 0){
146-
String message = "Cann't locate an element by this strategy: " + by.toString();
146+
String message = "Can't locate an element by this strategy: " + by.toString();
147147
throw new NoSuchElementException(message);
148148
}
149149
if (shouldCache) {

0 commit comments

Comments
 (0)