From f7b1aa440dc0f2f36b671339381461683a5b34e1 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Tue, 10 Sep 2019 12:01:25 +0200 Subject: [PATCH] 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 Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#29130} --- docs/native-code/development/index.md | 2 +- docs/native-code/ios/index.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/native-code/development/index.md b/docs/native-code/development/index.md index 01914bc008..07087b4786 100644 --- a/docs/native-code/development/index.md +++ b/docs/native-code/development/index.md @@ -9,7 +9,7 @@ pages for build instructions and example applications specific to these mobile p 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 7defd379be..a945ca69f7 100644 --- a/docs/native-code/ios/index.md +++ b/docs/native-code/ios/index.md @@ -156,7 +156,7 @@ and press _edit scheme..._ at the bottom of the target dropdown menu. From there 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 @@ Please note that you can not ship the FAT framework binary with your app 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/