diff --git a/index.html b/index.html
index b1c39c8ffc0..79125fe2975 100644
--- a/index.html
+++ b/index.html
@@ -169,7 +169,7 @@ public class MyCustomModule extends @ReactMethod
public void processString(String input, Callback callback) {
- callback.invoke(input.replace("Goodbye", "Hello");
+ callback.invoke(input.replace("Goodbye", "Hello"));
}
}