From ad42e36b95a4f8b62ed14f3d1a9f2375b30e809c Mon Sep 17 00:00:00 2001 From: brotsky Date: Wed, 11 Dec 2019 16:01:46 -0800 Subject: [PATCH] Edits to flipper pods comments grammar edits --- template/ios/Podfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/ios/Podfile b/template/ios/Podfile index 3ff067087e42a9..11b121d6a5ae9b 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)