diff --git a/template/ios/Podfile b/template/ios/Podfile index 3ff067087e4..11b121d6a5a 100644 --- a/template/ios/Podfile +++ b/template/ios/Podfile @@ -78,8 +78,8 @@ target 'HelloWorld' do use_native_modules! # For enabling Flipper. - # Note that if you use_frameworks!, flipper will no work. - # Disable these lines if you are doing use_frameworks! + # Note that if you have use_frameworks!, flipper will not work. + # Disable these lines if you are using use_frameworks! flipper_pods() post_install do |installer| flipper_post_install(installer)