diff options
author | Scott Main <smain@google.com> | 2013-05-15 10:40:26 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-05-15 10:40:26 -0700 |
commit | 47dbcfe4ed4922f6b6ece5f46edb13b1fc66f971 (patch) | |
tree | 035a0e5fe108e4e502b6e360678643230689adb6 | |
parent | b09a6e9cfe847db59a3a16869bfe3b4333bc81df (diff) | |
parent | 023a70daa1c5b2bc0526fc75a7ea92626f476747 (diff) | |
download | frameworks_base-47dbcfe4ed4922f6b6ece5f46edb13b1fc66f971.zip frameworks_base-47dbcfe4ed4922f6b6ece5f46edb13b1fc66f971.tar.gz frameworks_base-47dbcfe4ed4922f6b6ece5f46edb13b1fc66f971.tar.bz2 |
am 023a70da: am c92ce29f: typo
* commit '023a70daa1c5b2bc0526fc75a7ea92626f476747':
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) { |