Skip to content

Commit

Permalink
Docs: fix typo
Browse files Browse the repository at this point in the history
Summary:
Fix typo in NativeModulesIOS.md doc
Closes facebook#15306

Differential Revision: D5536657

Pulled By: javache

fbshipit-source-id: da8d183ef97995baa3b44595ff63ca3b1ced6b4e
  • Loading branch information
finian authored and facebook-github-bot committed Aug 2, 2017
1 parent ac293fc commit 4a8ad10
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 @@ -341,7 +341,7 @@ Your enum will then be automatically unwrapped using the selector provided (`int
## Sending Events to JavaScript
The native module can signal events to JavaScript without being invoked directly. The preferred way to do this is to subclass `RCTEventEmitter`, implement `suppportEvents` and call `self sendEventWithName`:
The native module can signal events to JavaScript without being invoked directly. The preferred way to do this is to subclass `RCTEventEmitter`, implement `supportedEvents` and call `self sendEventWithName`:
```objectivec
// CalendarManager.h
Expand Down

0 comments on commit 4a8ad10

Please sign in to comment.