Skip to content

Commit 06af3ec

Browse files
committed
Fix typo issue
1 parent 8925be3 commit 06af3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ type InAppBrowserAndroidOptions = {
5757
endExit: string,
5858
},
5959
headers?: { [key: string]: string },
60-
hasBackButton?: Boolean,
60+
hasBackButton?: boolean,
6161
browserPackage?: string,
6262
showInRecents?: boolean,
6363
};

0 commit comments

Comments
 (0)