mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
JS: Fix Spelling of JavaScript
Summary: Fixes some misspellings of JavaScript. Changelog: [Internal] Reviewed By: cpojer Differential Revision: D21536786 fbshipit-source-id: d5551dfbb3895d0806d31ba38ecaeeeb7843bf20
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2b0208b399
commit
505441fb2d
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* This protocol should be adopted when a turbo module needs to directly call into Javascript.
|
||||
* This protocol should be adopted when a turbo module needs to directly call into JavaScript.
|
||||
* In bridge-less React Native, it is a replacement for [_bridge enqueueJSCall:].
|
||||
*/
|
||||
@protocol RCTJSInvokerModule
|
||||
|
||||
Reference in New Issue
Block a user