There was an error while loading. Please reload this page.
1 parent d9ae261 commit e346896Copy full SHA for e346896
src/main/java/io/appium/java_client/pagefactory/AppiumElementLocator.java
@@ -143,7 +143,7 @@ public WebElement findElement() {
143
}
144
List<WebElement> result = waitFor();
145
if (result.size() == 0){
146
-String message = "Cann't locate an element by this strategy: " + by.toString();
+String message = "Can't locate an element by this strategy: " + by.toString();
147
throw new NoSuchElementException(message);
148
149
if (shouldCache) {
0 commit comments