diff options
| author | 2013-05-15 13:35:03 -0700 | |
|---|---|---|
| committer | 2013-05-15 13:35:03 -0700 | |
| commit | 231544c9212b31699f2bd8ef02c02f668e1c786e (patch) | |
| tree | 3ae1f9d7a53dc22b5085ae1c66428b1674a6ac92 | |
| parent | 8096329c1fee6915f865fce9c69dcc70195485ff (diff) | |
| parent | 5f46f16e040163bb5fe9ed841a3d11312d10af01 (diff) | |
am 5f46f16e: am 47dbcfe4: am 023a70da: am c92ce29f: typo
* commit '5f46f16e040163bb5fe9ed841a3d11312d10af01':
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 467d8f681eb4..d988a95ab818 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 d878294cad1d..c47d5f118a51 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) { |