spelling clowntown

Reviewed By: shergin

Differential Revision: D4386363

fbshipit-source-id: feeeac5a3f03bdb09ce0faa3faa669563d0a6a8b
This commit is contained in:
Aaron Chiu 2017-01-05 20:32:37 -08:00 committed by Facebook Github Bot
parent 7d1635f85b
commit 07a2a71df3
1 changed files with 1 additions and 1 deletions

View File

@ -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(")