From 9075ff6b0542579b88787bb6e054bfed775ca7d7 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 10 Aug 2017 03:10:04 -0700 Subject: [PATCH] Fix typo Summary: I saw a word missing; I just wanted to correct the typo. No testing needed for a typo in the documentation Closes https://github.com/facebook/react-native/pull/15393 Differential Revision: D5601466 Pulled By: javache fbshipit-source-id: 7cfb6ba957ac4053fd8645af419a7be2361c6c75 --- docs/LinkingLibraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LinkingLibraries.md b/docs/LinkingLibraries.md index 315a0f038..b036b2fbd 100644 --- a/docs/LinkingLibraries.md +++ b/docs/LinkingLibraries.md @@ -24,7 +24,7 @@ to `require` it. Other libraries also rely on some native code, in that case you'll have to add these files to your app, otherwise the app will throw an error as soon as you try to use the library._ -## Here the few steps to link your libraries that contain native code +## Here are the few steps to link your libraries that contain native code ### Automatic linking