Skip to content

Commit

Permalink
fix the clerical error
Browse files Browse the repository at this point in the history
  • Loading branch information
yangguang2009 committed Apr 4, 2015
1 parent d42ffaa commit f1b1368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/react-native/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ var GeoInfo = React.createClass({
- (void)processString:(NSString *)input callback:(RCTResponseSenderBlock)callback
{
RCT_EXPORT(); // available as NativeModules.MyCustomModule.processString
callback(@[[input stringByReplacingOccurrencesOfString:@"Goodbye" withString:@"Hello"];]]);
callback(@[[input stringByReplacingOccurrencesOfString:@"Goodbye" withString:@"Hello"]]);
}
@end`}
</Prism>
Expand Down

0 comments on commit f1b1368

Please sign in to comment.