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

Commit 6725984

Browse files
committed
Fixing comment
1 parent c635ee1 commit 6725984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodePush.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ let CodePush;
373373
// If the "NativeCodePush" variable isn't defined, then
374374
// the app didn't properly install the native module,
375375
// and therefore, it doesn't make sense initializing
376-
// the the JS interface when it wouldn't work anyways.
376+
// the JS interface when it wouldn't work anyways.
377377
if (NativeCodePush) {
378378
CodePush = {
379379
AcquisitionSdk: Sdk,
@@ -413,7 +413,7 @@ if (NativeCodePush) {
413413
}
414414
}
415415
} else {
416-
log("The CodePush module doesn't appear to be properly installed. Please double-check that everything is setup correctly.");
416+
log("The CodePush module doesn't appear to be properly installed Please double-check that everything is setup correctly.");
417417
}
418418

419419
module.exports = CodePush;

0 commit comments

Comments
 (0)