From 86ff767268c0d6046a1d4c8af43e058249f89bbf Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Mon, 21 Sep 2015 16:01:52 +0100 Subject: [PATCH] [ReactNative] Fix typo in ReactInstanceManager.java --- .../src/main/java/com/facebook/react/ReactInstanceManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManager.java b/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManager.java index 3cd5cb735..b18f88ca3 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManager.java +++ b/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManager.java @@ -61,7 +61,7 @@ import com.facebook.soloader.SoLoader; * * The lifecycle of the instance of {@link ReactInstanceManager} should be bound to the activity * that owns the {@link ReactRootView} that is used to render react application using this - * instance manager (see {@link ReactRootView#startReactApplication}). It's required tp pass + * instance manager (see {@link ReactRootView#startReactApplication}). It's required to pass * owning activity's lifecycle events to the instance manager (see {@link #onPause}, * {@link #onDestroy} and {@link #onResume}). *