From 22845b56f099f74cff26b7659c0938c914f06954 Mon Sep 17 00:00:00 2001 From: Danielle Pham Date: Wed, 2 Sep 2015 18:09:12 -0400 Subject: [PATCH] Fix typo in LinkingLibraries.md you => your --- docs/LinkingLibraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LinkingLibraries.md b/docs/LinkingLibraries.md index b787505e8..cb9ec5511 100644 --- a/docs/LinkingLibraries.md +++ b/docs/LinkingLibraries.md @@ -59,7 +59,7 @@ received. For that we need to know the library's headers. To achieve that you have to go to your project's file, select `Build Settings` and search for `Header Search -Paths`. There you should include the path to you library (if it has relevant +Paths`. There you should include the path to your library (if it has relevant files on subdirectories remember to make it `recursive`, like `React` on the example).