From f520bb9a668b62e6c4ca41f60ee71c0d94e1d726 Mon Sep 17 00:00:00 2001 From: Sota Yamashtia Date: Mon, 28 Nov 2016 08:14:05 -0800 Subject: [PATCH] Fix typo Summary: This PR for docs. Closes https://github.com/facebook/react-native/pull/11169 Differential Revision: D4237807 Pulled By: mkonicek fbshipit-source-id: 39a19081e2cfae1b73102c1bb050fb5328e01d2b --- docs/RunningOnDevice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RunningOnDevice.md b/docs/RunningOnDevice.md index 331886f90..e7632d437 100644 --- a/docs/RunningOnDevice.md +++ b/docs/RunningOnDevice.md @@ -59,7 +59,7 @@ Connect your device to your Mac via USB, then open Xcode. In the project navigat > If you run into any issues, please take a look at Apple's [Launching Your App on a Device docs](https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/LaunchingYourApponDevices/LaunchingYourApponDevices.html#//apple_ref/doc/uid/TP40012582-CH27-SW4). -Finally, select your phone as the build target and press **Build and run(()). +Finally, select your phone as the build target and press **Build and run**.