diff --git a/docs/linking-libraries-ios.html b/docs/linking-libraries-ios.html
index 8c9c034e2a9..00dda09ddb2 100644
--- a/docs/linking-libraries-ios.html
+++ b/docs/linking-libraries-ios.html
@@ -7,7 +7,7 @@ to require it. Other libraries also rely on some native code, in th
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.
If the library has native code, there must be a .xcodeproj file inside it's
folder.
-Drag this file to your project on Xcode (usually under the Libaries group
+Drag this file to your project on Xcode (usually under the Libraries group
on Xcode);

Click on your main project file (the one that represents the .xcodeproj)
select Build Phases and drag the static library from the Products folder
inside the Library you are importing to Link Binary With Libraries

Not every library will need this step, what you need to consider is:
Do I need to know the contents of the library at compile time?
What that means is, are you using this library on the native side or only in