Skip to content

Commit 33b153a

Browse files
TETRA2000bubblesunyum
authored andcommitted
add space between words
Summary: Closes facebook#7045 Differential Revision: D3194558 fb-gh-sync-id: 57691d4d54bbe2bdce6abf885b6aa0f341f12644 fbshipit-source-id: 57691d4d54bbe2bdce6abf885b6aa0f341f12644
1 parent 8ab764e commit 33b153a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ public void createReactContextInBackground() {
370370
Assertions.assertCondition(
371371
!mHasStartedCreatingInitialContext,
372372
"createReactContextInBackground should only be called when creating the react " +
373-
"application for the first time. When reloading JS, e.g. from a new file, explicitly" +
373+
"application for the first time. When reloading JS, e.g. from a new file, explicitly " +
374374
"use recreateReactContextInBackground");
375375

376376
mHasStartedCreatingInitialContext = true;

0 commit comments

Comments
 (0)