Skip to content

Commit

Permalink
Merge pull request facebook#850 from jinghao/patch-2
Browse files Browse the repository at this point in the history
Fix typo in NativeModulesIOS.md
  • Loading branch information
sophiebits committed Apr 15, 2015
2 parents 323336b + d1f42a8 commit bac60f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/NativeModulesIOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This is a more advanced guide that shows how to build a native module. It assume

This guide will use [iOS Calendar API](https://developer.apple.com/library/mac/documentation/DataManagement/Conceptual/EventKitProgGuide/Introduction/Introduction.html) example. Let's say we would like to be able to access the iOS calendar from JavaScript.

Native module is just an Objectve-C class that implements `RCTBridgeModule` protocol. If you are wondering, RCT is a shorthand for ReaCT.
Native module is just an Objective-C class that implements `RCTBridgeModule` protocol. If you are wondering, RCT is a shorthand for ReaCT.

```objective-c
// CalendarManager.h
Expand Down

0 comments on commit bac60f5

Please sign in to comment.