We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674d1e0 commit 3086a6eCopy full SHA for 3086a6e
android/src/main/java/ee/forgr/capacitor_inappbrowser/WebViewDialog.java
@@ -2688,7 +2688,7 @@ public static String getReasonPhrase(int statusCode) {
2688
case (205) -> "Reset Content";
2689
case (206) -> "Partial Content";
2690
case (207) -> "Partial Update OK";
2691
- case (300) -> "Mutliple Choices";
+ case (300) -> "Multiple Choices";
2692
case (301) -> "Moved Permanently";
2693
case (302) -> "Moved Temporarily";
2694
case (303) -> "See Other";
0 commit comments