Skip to content

Commit d1f42a8

Browse files
committed
Fix typo in NativeModulesIOS.md
1 parent 323336b commit d1f42a8

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)