[ReactNative] Fix typo in ReactInstanceManager.java

This commit is contained in:
Martin Konicek
2015-09-21 16:01:52 +01:00
parent e665acca4b
commit 86ff767268

View File

@@ -61,7 +61,7 @@ import com.facebook.soloader.SoLoader;
* *
* The lifecycle of the instance of {@link ReactInstanceManager} should be bound to the activity * 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 * 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}, * owning activity's lifecycle events to the instance manager (see {@link #onPause},
* {@link #onDestroy} and {@link #onResume}). * {@link #onDestroy} and {@link #onResume}).
* *