From 5e844c75f84b91b15156463d950908cfb0a166ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A3o=20J=C3=BAnior?= Date: Wed, 14 Oct 2015 20:44:36 -0300 Subject: [PATCH] fix typo --- docs/LinkingLibraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LinkingLibraries.md b/docs/LinkingLibraries.md index f3580ad9a..db29a4bc2 100644 --- a/docs/LinkingLibraries.md +++ b/docs/LinkingLibraries.md @@ -28,7 +28,7 @@ error as soon as you try to use the library._ If the library has native code, there must be a `.xcodeproj` file inside it's folder. -Drag this file to your project on Xcode (usually under the `Libaries` group +Drag this file to your project on Xcode (usually under the `Libraries` group on Xcode); ![](/react-native/img/AddToLibraries.png)