diff --git a/React/Base/RCTJSInvokerModule.h b/React/Base/RCTJSInvokerModule.h index a0cbfbeacdc..f2a99441771 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