mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-03 22:48:25 +08:00
spelling clowntown
Reviewed By: shergin Differential Revision: D4386363 fbshipit-source-id: feeeac5a3f03bdb09ce0faa3faa669563d0a6a8b
This commit is contained in:
committed by
Facebook Github Bot
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(")
|
||||
|
||||
Reference in New Issue
Block a user