Skip to content

Commit 1908abf

Browse files
committed
Fix a typo in javadocs
1 parent 45cfa6d commit 1908abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/src/org/openqa/selenium/support/pagefactory/Annotations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public boolean isLookupCached() {
5151
* Looks for one of {@link org.openqa.selenium.support.FindBy},
5252
* {@link org.openqa.selenium.support.FindBys} or
5353
* {@link org.openqa.selenium.support.FindAll} field annotations. In case
54-
* no annotaions provided for field, uses field name as 'id' or 'name'.
54+
* no annotations provided for field, uses field name as 'id' or 'name'.
5555
* @throws IllegalArgumentException when more than one annotation on a field provided
5656
*/
5757
public By buildBy() {

0 commit comments

Comments
 (0)