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:
Joshua Gross
2020-02-21 10:19:38 -08:00
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();