Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 5432964

Browse files
author
Will Anderson
committed
Fix typo in notifyApplicationReady definition
1 parent d7229a2 commit 5432964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodePush.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function getCurrentPackage() {
8282
return NativeCodePush.getCurrentPackage();
8383
}
8484

85-
functino notifyApplicationReady() {
85+
function notifyApplicationReady() {
8686
return NativeCodePush.notifyApplicationReady();
8787
}
8888

0 commit comments

Comments
 (0)