Skip to content

Commit bac60f5

Browse files
committed
Merge pull request #850 from jinghao/patch-2
Fix typo in NativeModulesIOS.md
2 parents 323336b + d1f42a8 commit bac60f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/NativeModulesIOS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This is a more advanced guide that shows how to build a native module. It assume
1717

1818
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.
1919

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

2222
```objective-c
2323
// CalendarManager.h

0 commit comments

Comments
 (0)