diff --git a/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManager.java b/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManager.java index aeedebb6d25..3fe49600579 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManager.java +++ b/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManager.java @@ -1132,7 +1132,7 @@ public class ReactInstanceManager { // If we can't get a UIManager something has probably gone horribly wrong if (uiManager == null) { throw new IllegalStateException( - "Unable to attache a rootView to ReactInstance when UIManager is not properly initialized."); + "Unable to attach a rootView to ReactInstance when UIManager is not properly initialized."); } @Nullable Bundle initialProperties = reactRoot.getAppProperties();