mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
EZ, Fix typos in logs
Summary: Fix typo to make grepping easier. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D20025729 fbshipit-source-id: 56d219e771dad133bf74fd1df327c2bbd0f8fd9e
This commit is contained in:
committed by
Facebook Github Bot
parent
5c3d1bafd3
commit
3d21a60d41
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user