Skip to content

Commit 07e1c8f

Browse files
author
psaikkonen
committed
Fix typos in keyword documentation
1 parent 5e894a5 commit 07e1c8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/javafxlibrary/keywords/AdditionalKeywords/Verifiers.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ public void boundsShouldBeEqual(Bounds firstBounds, Bounds secondBounds) {
266266
}
267267

268268
@RobotKeyword("Fails if images are not similar enough\n\n"
269-
+ "``image1`` ia an _Object:Image_ for the first comparable image.\n\n"
270-
+ "``image2`` ia an _Object:Image_ for the second comparable image.\n\n"
269+
+ "``image1`` is an _Object:Image_ for the first comparable image.\n\n"
270+
+ "``image2`` is an _Object:Image_ for the second comparable image.\n\n"
271271
+ "``percentage`` the percentage of pixels that should match, defaults to 100.\n\n"
272272
+ "This keyword can be coupled with e.g. `Capture Image` -keyword.")
273273
@ArgumentNames({ "image1", "image2", "percentage=100" })
@@ -294,8 +294,8 @@ public void imagesShouldMatch(Image image1, Image image2) {
294294
}
295295

296296
@RobotKeyword("Fails if images are too similar\n\n"
297-
+ "``image1`` ia an _Object:Image_ for the first comparable image.\n\n"
298-
+ "``image2`` ia an _Object:Image_ for the second comparable image.\n\n"
297+
+ "``image1`` is an _Object:Image_ for the first comparable image.\n\n"
298+
+ "``image2`` is an _Object:Image_ for the second comparable image.\n\n"
299299
+ "``percentage`` the percentage of pixels that should not match, defaults to 100.\n\n"
300300
+ "This keyword can be coupled with e.g. `Capture Image` -keyword.")
301301
@ArgumentNames({ "image1", "image2", "percentage=100" })

0 commit comments

Comments
 (0)