From 97723e4d7e3c6b5475eb94d3f8c9f8cef53fd2e4 Mon Sep 17 00:00:00 2001 From: Shane Rogers Date: Mon, 1 Feb 2016 07:42:33 -0800 Subject: [PATCH] Typo Summary: Tiny typo :) :bee: :beers: Closes https://github.com/facebook/react-native/pull/5665 Reviewed By: svcscm Differential Revision: D2885581 Pulled By: androidtrunkagent fb-gh-sync-id: 4f442a95ea05e2f58c47c664644210c99e256943 --- packager/react-native-xcode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packager/react-native-xcode.sh b/packager/react-native-xcode.sh index 87251051f..66ecea854 100755 --- a/packager/react-native-xcode.sh +++ b/packager/react-native-xcode.sh @@ -8,7 +8,7 @@ # Bundle React Native app's code and image assets. # This script is supposed to be invoked as part of Xcode build process -# and relies on envoronment variables (including PWD) set by Xcode +# and relies on environment variables (including PWD) set by Xcode # There is no point in creating an offline package for simulator builds # because the packager is supposed to be running during development anyways