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