diff --git a/ReactCommon/turbomodule/core/platform/ios/RCTTurboModule.mm b/ReactCommon/turbomodule/core/platform/ios/RCTTurboModule.mm index dc6bf4bc408550..5d5e4ecb59e885 100644 --- a/ReactCommon/turbomodule/core/platform/ios/RCTTurboModule.mm +++ b/ReactCommon/turbomodule/core/platform/ios/RCTTurboModule.mm @@ -360,7 +360,7 @@ void cleanup() { } // namespace /** - * Given a method name, and an argument index, return type type of that argument. + * Given a method name, and an argument index, return type of that argument. * Prerequisite: You must wrap the method declaration inside some variant of the * RCT_EXPORT_METHOD macro. *