From 4a8ad10b4db1b5a8cd241321799e33601531d3f5 Mon Sep 17 00:00:00 2001 From: Finian Date: Wed, 2 Aug 2017 03:06:15 -0700 Subject: [PATCH] Docs: fix typo Summary: Fix typo in NativeModulesIOS.md doc Closes https://github.com/facebook/react-native/pull/15306 Differential Revision: D5536657 Pulled By: javache fbshipit-source-id: da8d183ef97995baa3b44595ff63ca3b1ced6b4e --- docs/NativeModulesIOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/NativeModulesIOS.md b/docs/NativeModulesIOS.md index be8d361e815d0d..a7088cc37a3bc3 100644 --- a/docs/NativeModulesIOS.md +++ b/docs/NativeModulesIOS.md @@ -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