diff --git a/java/client/src/org/openqa/selenium/DeviceRotation.java b/java/client/src/org/openqa/selenium/DeviceRotation.java index 26822d8a8adff..9c5ab6a770c2e 100644 --- a/java/client/src/org/openqa/selenium/DeviceRotation.java +++ b/java/client/src/org/openqa/selenium/DeviceRotation.java @@ -23,7 +23,7 @@ /** * Defines an object which represents the three dimensional plane and how a device can be rotated about it. - * Each of the axis is in positive degrees on the real number scale (0 <= deg <= 360). + * Each of the axis is in positive degrees on the real number scale (0 <= deg <= 360). * * Example Instantiation to rotate device to "Landscape Right": * DeviceRotation(0, 0, 90);