Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Unified Diff: docs/profiling_content_shell_on_android.md

Issue 2551513002: Fix spelling mistakes in //docs. (Closed)
Patch Set: Undo beng->being Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/optional.md ('k') | docs/proxy_auto_config.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/profiling_content_shell_on_android.md
diff --git a/docs/profiling_content_shell_on_android.md b/docs/profiling_content_shell_on_android.md
index e954b6cb4e8ad611939d7ea50883f7911f372056..7d876f5818132b2a5b20e0d957759e8e33bed6c4 100644
--- a/docs/profiling_content_shell_on_android.md
+++ b/docs/profiling_content_shell_on_android.md
@@ -17,7 +17,7 @@ don’t mind erasing all data, rooting, and installing a userdebug build on.
[Android Build Instructions](android_build_instructions.md).)
1. Get the code! You’ll want a second checkout as this will be
- android-specific. You know the drill:
+ Android-specific. You know the drill:
https://www.chromium.org/developers/how-tos/get-the-code
1. Append this to your `.gclient` file: `target_os = ['android']`
1. Create `chromium.gyp_env` next to your `.gclient` file:
@@ -112,7 +112,7 @@ Telemetry" steps below).
## Install `/system/bin/perf` on your device (not needed for Telemetry)
- # From inside the android source tree (not inside Chromium)
+ # From inside the Android source tree (not inside Chromium)
mmm external/linux-tools-perf/
adb remount # (allows you to write to the system image)
adb sync
« no previous file with comments | « docs/optional.md ('k') | docs/proxy_auto_config.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698