Skip to content

Commit 4a8ad10

Browse files
finianfacebook-github-bot
authored andcommitted
Docs: fix typo
Summary: Fix typo in NativeModulesIOS.md doc Closes facebook#15306 Differential Revision: D5536657 Pulled By: javache fbshipit-source-id: da8d183ef97995baa3b44595ff63ca3b1ced6b4e
1 parent ac293fc commit 4a8ad10

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
@@ -341,7 +341,7 @@ Your enum will then be automatically unwrapped using the selector provided (`int
341341
342342
## Sending Events to JavaScript
343343
344-
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`:
344+
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`:
345345
346346
```objectivec
347347
// CalendarManager.h

0 commit comments

Comments
 (0)