From ea89af53cde0d8d069e9ba2be9a11253f6a602ca Mon Sep 17 00:00:00 2001 From: Vojtech Novak Date: Thu, 13 Apr 2017 04:57:13 -0700 Subject: [PATCH] fix typo Summary: Closes https://github.com/facebook/react-native/pull/13418 Differential Revision: D4883386 Pulled By: javache fbshipit-source-id: aa6195d4015ae5eb240b135a3c265be823652b11 --- docs/LinkingLibraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LinkingLibraries.md b/docs/LinkingLibraries.md index f3c360a58..315a0f038 100644 --- a/docs/LinkingLibraries.md +++ b/docs/LinkingLibraries.md @@ -45,7 +45,7 @@ Link your native dependencies: $ react-native link ``` -Done! All libraries with a native dependencies should be successfully linked to your iOS/Android project. +Done! All libraries with native dependencies should be successfully linked to your iOS/Android project. ### Manual linking