diff --git a/java/client/src/org/openqa/selenium/support/PageFactory.java b/java/client/src/org/openqa/selenium/support/PageFactory.java index a38618ba8cf3c..d606629b80d37 100644 --- a/java/client/src/org/openqa/selenium/support/PageFactory.java +++ b/java/client/src/org/openqa/selenium/support/PageFactory.java @@ -81,7 +81,7 @@ public static void initElements(WebDriver driver, Object page) { /** * Similar to the other "initElements" methods, but takes an {@link ElementLocatorFactory} which - * is used for providing the mechanism for fniding elements. If the ElementLocatorFactory returns + * is used for providing the mechanism for finding elements. If the ElementLocatorFactory returns * null then the field won't be decorated. * * @param factory The factory to use