Skip to content

Commit 3f83743

Browse files
committed
fix #1562
1 parent cd218d0 commit 3f83743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/src/org/openqa/selenium/support/PageFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public static void initElements(WebDriver driver, Object page) {
8181

8282
/**
8383
* Similar to the other "initElements" methods, but takes an {@link ElementLocatorFactory} which
84-
* is used for providing the mechanism for fniding elements. If the ElementLocatorFactory returns
84+
* is used for providing the mechanism for finding elements. If the ElementLocatorFactory returns
8585
* null then the field won't be decorated.
8686
*
8787
* @param factory The factory to use

0 commit comments

Comments
 (0)