diff options
author | Scott Main <smain@google.com> | 2013-05-15 10:42:36 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-05-15 10:42:36 -0700 |
commit | 5f46f16e040163bb5fe9ed841a3d11312d10af01 (patch) | |
tree | e6f0bbcc9ab1f47a8cee30122d885459495fd73a | |
parent | 5720da0e85b05a988c6262e737ba9a8228bd669c (diff) | |
parent | 47dbcfe4ed4922f6b6ece5f46edb13b1fc66f971 (diff) | |
download | frameworks_base-5f46f16e040163bb5fe9ed841a3d11312d10af01.zip frameworks_base-5f46f16e040163bb5fe9ed841a3d11312d10af01.tar.gz frameworks_base-5f46f16e040163bb5fe9ed841a3d11312d10af01.tar.bz2 |
am 47dbcfe4: am 023a70da: am c92ce29f: typo
* commit '47dbcfe4ed4922f6b6ece5f46edb13b1fc66f971':
typo
-rw-r--r-- | docs/html/sdk/installing/migrate.jd | 2 | ||||
-rw-r--r-- | docs/html/sdk/installing/studio.jd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/sdk/installing/migrate.jd b/docs/html/sdk/installing/migrate.jd index 467d8f6..d988a95 100644 --- a/docs/html/sdk/installing/migrate.jd +++ b/docs/html/sdk/installing/migrate.jd @@ -20,7 +20,7 @@ build files</strong>.</li> </ol> <p>Your selected projects remain in the same location but now contain a {@code build.gradle} -build file and are ready for Android Studio.</p> +file and are ready for Android Studio.</p> <h2 id="Export">Import into Android Studio</h2> diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd index d878294..c47d5f1 100644 --- a/docs/html/sdk/installing/studio.jd +++ b/docs/html/sdk/installing/studio.jd @@ -420,7 +420,7 @@ style="vertical-align:bottom;margin:0;height:19px" /> in the toolbar.</p> function onDownload(link, button) { - $studioLink; + var $studioLink; /* set text for download button */ if (button) { |