Fix typo in LinkingLibraries.md

s/insed/inside
This commit is contained in:
Will Anderson 2015-05-07 15:05:28 -07:00
parent 731d4a0610
commit d3119a8fb1
1 changed files with 1 additions and 1 deletions

View File

@ -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)