Skip to content

Commit

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

Differential Revision: D3194558

fb-gh-sync-id: 57691d4d54bbe2bdce6abf885b6aa0f341f12644
fbshipit-source-id: 57691d4d54bbe2bdce6abf885b6aa0f341f12644
  • Loading branch information
TETRA2000 authored and zebulgar committed Jun 18, 2016
1 parent ab0e9e7 commit ce25915
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 ce25915

Please sign in to comment.