Fixing some typos.
TBR=phoglund@webrtc.org
No-Try: True
Bug: None
Change-Id: I39227b9e4ee7dc8ab4c005d7107d7105aaad6b6e
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/152360
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29130}
diff --git a/docs/native-code/development/index.md b/docs/native-code/development/index.md
index 01914bc..07087b4 100644
--- a/docs/native-code/development/index.md
+++ b/docs/native-code/development/index.md
@@ -9,7 +9,7 @@
First, be sure to install the [prerequisite software][webrtc-prerequisite-sw].
-[webrtc-prerequitite-sw]: https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/development/prerequisite-sw/index.md
+[webrtc-prerequisite-sw]: https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/development/prerequisite-sw/index.md
## Getting the Code
diff --git a/docs/native-code/ios/index.md b/docs/native-code/ios/index.md
index 7defd37..a945ca6 100644
--- a/docs/native-code/ios/index.md
+++ b/docs/native-code/ios/index.md
@@ -156,7 +156,7 @@
click _Run_ in the sidebar and add `--gtest_filter` to the _Arguments passed on
Launch_ list.
-If deploying to a device via the command line using [`ios-deploy`][7],
+If deploying to a device via the command line using [`ios-deploy`][ios-deploy],
use the `-a` flag to pass arguments to the executable on launch.
## Deploying to Device
@@ -204,11 +204,11 @@
if you intend to distribute it through the app store.
To solve this either remove "x86-64" from the list of architectures in
the [build script][framework-script] or split the binary and recreate it without x86-64.
-For instructions on how to do this see [here][strip-arch]
+For instructions on how to do this see [here][strip-arch].
[cocoapods]: https://cocoapods.org/pods/GoogleWebRTC
-[webrtc-prerequitite-sw]: https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/development/prerequisite-sw/index.md
+[webrtc-prerequisite-sw]: https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/development/prerequisite-sw/index.md
[webrtc-development]: https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/development/index.md
[framework-script]: https://chromium.googlesource.com/external/webrtc/+/master/tools_webrtc/ios/build_ios_libs.py
[ninja]: https://ninja-build.org/