spelling clowntown
Reviewed By: shergin Differential Revision: D4386363 fbshipit-source-id: feeeac5a3f03bdb09ce0faa3faa669563d0a6a8b
This commit is contained in:
parent
7d1635f85b
commit
07a2a71df3
|
@ -145,7 +145,7 @@ public class ReactModuleSpecProcessor extends AbstractProcessor {
|
|||
if (reactModule == null) {
|
||||
throw new ReactModuleSpecException(
|
||||
keyString + " not found by ReactModuleSpecProcessor. " +
|
||||
"Did you forget to add the @ReactModule annotation the the native module?");
|
||||
"Did you forget to add the @ReactModule annotation to the native module?");
|
||||
}
|
||||
String valueString = new StringBuilder()
|
||||
.append("new ReactModuleInfo(")
|
||||
|
|
Loading…
Reference in New Issue