Skip to content

Commit 07e5c07

Browse files
authored
[java] fix typo in macOS Monterrey to Monterey (#10295)
1 parent fe6b3c5 commit 07e5c07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/src/org/openqa/selenium/Platform.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public String toString() {
203203
}
204204
},
205205

206-
MONTERREY("monterrey", "os x 12.0", "macos 12.0") {
206+
MONTEREY("monterey", "os x 12.0", "macos 12.0") {
207207
@Override
208208
public Platform family() {
209209
return MAC;

0 commit comments

Comments
 (0)