From f11b4895d6eac80c0b4be20de19f611747e1d2b6 Mon Sep 17 00:00:00 2001 From: brotsky Date: Thu, 12 Dec 2019 14:52:14 -0800 Subject: [PATCH] Edits to flipper pods comments (#27485) Summary: grammar edits ## Changelog [Internal] [Fixed] - Edits to flipper pods comments Pull Request resolved: https://github.com/facebook/react-native/pull/27485 Differential Revision: D18962196 Pulled By: hramos fbshipit-source-id: d8eb8b852130b9ceee8ab9b668f94d9d4d11a217 --- 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)