Skip to content

Commit

Permalink
add space between words
Browse files Browse the repository at this point in the history
Summary: Closes #7045

Differential Revision: D3194558

fb-gh-sync-id: 57691d4d54bbe2bdce6abf885b6aa0f341f12644
fbshipit-source-id: 57691d4d54bbe2bdce6abf885b6aa0f341f12644
  • Loading branch information
TETRA2000 authored and Facebook Github Bot 8 committed Apr 19, 2016
1 parent ebb44d2 commit 978fa48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ public void createReactContextInBackground() {
Assertions.assertCondition(
!mHasStartedCreatingInitialContext,
"createReactContextInBackground should only be called when creating the react " +
"application for the first time. When reloading JS, e.g. from a new file, explicitly" +
"application for the first time. When reloading JS, e.g. from a new file, explicitly " +
"use recreateReactContextInBackground");

mHasStartedCreatingInitialContext = true;
Expand Down

0 comments on commit 978fa48

Please sign in to comment.