diff options
author | Scott Main <smain@google.com> | 2013-05-15 13:35:03 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-05-15 13:35:03 -0700 |
commit | 231544c9212b31699f2bd8ef02c02f668e1c786e (patch) | |
tree | 3ae1f9d7a53dc22b5085ae1c66428b1674a6ac92 /docs | |
parent | 8096329c1fee6915f865fce9c69dcc70195485ff (diff) | |
parent | 5f46f16e040163bb5fe9ed841a3d11312d10af01 (diff) | |
download | frameworks_base-231544c9212b31699f2bd8ef02c02f668e1c786e.zip frameworks_base-231544c9212b31699f2bd8ef02c02f668e1c786e.tar.gz frameworks_base-231544c9212b31699f2bd8ef02c02f668e1c786e.tar.bz2 |
am 5f46f16e: am 47dbcfe4: am 023a70da: am c92ce29f: typo
* commit '5f46f16e040163bb5fe9ed841a3d11312d10af01':
typo
Diffstat (limited to 'docs')
-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) { |