diff options
author | Scott Main <smain@google.com> | 2013-05-15 09:09:11 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2013-05-15 09:18:13 -0700 |
commit | c92ce29fe59d0ac0693847a6ac68bdadc507f1e7 (patch) | |
tree | 8422a984449700a4d88b664ea38242a5c432c8a1 | |
parent | 98599ee71eb1af403cd2f122dafc53c7aa380335 (diff) | |
download | frameworks_base-c92ce29fe59d0ac0693847a6ac68bdadc507f1e7.zip frameworks_base-c92ce29fe59d0ac0693847a6ac68bdadc507f1e7.tar.gz frameworks_base-c92ce29fe59d0ac0693847a6ac68bdadc507f1e7.tar.bz2 |
typo
Change-Id: I3d8ea3b012d530b4f9212fbac159fce37cf36a03
-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) { |