diff --git a/CodePush.js b/CodePush.js index 27aa179..7834f08 100644 --- a/CodePush.js +++ b/CodePush.js @@ -413,7 +413,7 @@ if (NativeCodePush) { } } } else { - log("The CodePush module doesn't appear to be properly installed Please double-check that everything is setup correctly."); + log("The CodePush module doesn't appear to be properly installed. Please double-check that everything is setup correctly."); } -module.exports = CodePush; \ No newline at end of file +module.exports = CodePush;