From d3119a8fb1243dc127df8890f22b8aa9c0d46ed0 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Thu, 7 May 2015 15:05:28 -0700 Subject: [PATCH] Fix typo in LinkingLibraries.md s/insed/inside --- docs/LinkingLibraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LinkingLibraries.md b/docs/LinkingLibraries.md index c90768c94..560ed6b59 100644 --- a/docs/LinkingLibraries.md +++ b/docs/LinkingLibraries.md @@ -37,7 +37,7 @@ on Xcode); Click on your main project file (the one that represents the `.xcodeproj`) select `Build Phases` and drag the static library from the `Products` folder -insed the Library you are importing to `Link Binary With Libraries` +inside the Library you are importing to `Link Binary With Libraries` ![](/react-native/img/AddToBuildPhases.png)