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