diff options
author | David Friedman <dmail@google.com> | 2015-05-28 06:15:41 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-05-28 06:15:42 +0000 |
commit | 6553666f1bb9fef73a7f13ba6bf29c126749d483 (patch) | |
tree | 9910c382db2c921858cd9a55276e442a164d82d1 /docs | |
parent | 5e6a7f9d6f99b2f82a9bc493e5d0a7c8f03e8d5f (diff) | |
parent | 3519664a3c46b7b90e3a29ca4ec40ad1baabc361 (diff) | |
download | frameworks_base-6553666f1bb9fef73a7f13ba6bf29c126749d483.zip frameworks_base-6553666f1bb9fef73a7f13ba6bf29c126749d483.tar.gz frameworks_base-6553666f1bb9fef73a7f13ba6bf29c126749d483.tar.bz2 |
Merge "Docs: Fixing typos for M-Preview." into mnc-preview-docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/preview/download.jd | 2 | ||||
-rw-r--r-- | docs/html/preview/setup-sdk.jd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/preview/download.jd b/docs/html/preview/download.jd index 4425458..ee505a9 100644 --- a/docs/html/preview/download.jd +++ b/docs/html/preview/download.jd @@ -292,7 +292,7 @@ This is the Android SDK Preview License Agreement (the “License Agreement”). <h3 id="revertDevice">Revert a Device to Factory Specifications</h3> <p> - If you want to uninstall the Preview and revert the device to factory specifications, go to + If you want to uninstall the preview and revert the device to factory specifications, go to <a href="http://developers.google.com/android/nexus/images">developers.google.com/android</a> and download the image you want to flash to for your device. Follow the instructions on that page to flash the image to your device. diff --git a/docs/html/preview/setup-sdk.jd b/docs/html/preview/setup-sdk.jd index 016967d..7f0c7d5 100644 --- a/docs/html/preview/setup-sdk.jd +++ b/docs/html/preview/setup-sdk.jd @@ -116,7 +116,7 @@ of Android Studio to use for testing.</p> <h3 id="create">Create a new project</h3> <p> - We recommend using Android Studio for create a project with the preview. Follow the steps + We recommend using Android Studio to create a project with the preview. Follow the steps described in <a href="{@docRoot}sdk/installing/create-project.html">Creating a Project</a> until you arrive at the <em>Form Factors</em> screen in the project wizard. Then perform the following steps to create a project configured for the preview. |