From 505441fb2d29746fe0dbe067d0cc842546ed511b Mon Sep 17 00:00:00 2001 From: Tim Yung Date: Fri, 15 May 2020 00:36:45 -0700 Subject: [PATCH] JS: Fix Spelling of JavaScript Summary: Fixes some misspellings of JavaScript. Changelog: [Internal] Reviewed By: cpojer Differential Revision: D21536786 fbshipit-source-id: d5551dfbb3895d0806d31ba38ecaeeeb7843bf20 --- React/Base/RCTJSInvokerModule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/React/Base/RCTJSInvokerModule.h b/React/Base/RCTJSInvokerModule.h index a0cbfbeacd..f2a9944177 100644 --- a/React/Base/RCTJSInvokerModule.h +++ b/React/Base/RCTJSInvokerModule.h @@ -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