diff options
| author | 2013-05-15 10:38:50 -0700 | |
|---|---|---|
| committer | 2013-05-15 10:38:50 -0700 | |
| commit | 023a70daa1c5b2bc0526fc75a7ea92626f476747 (patch) | |
| tree | cdedd5bc98743067d1cbc445278ae2a2886e4387 | |
| parent | 0a0089913292eaa099fcca78efc2c06e76d13f22 (diff) | |
| parent | c92ce29fe59d0ac0693847a6ac68bdadc507f1e7 (diff) | |
am c92ce29f: typo
* commit 'c92ce29fe59d0ac0693847a6ac68bdadc507f1e7':
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) { |