diff options
| author | 2013-10-31 07:21:39 -0700 | |
|---|---|---|
| committer | 2013-10-31 07:21:39 -0700 | |
| commit | 5780db1edcd44af8ab79135032af64c951cfeed3 (patch) | |
| tree | 0ce9a46f0434ebfeeff90f46e527e2aef5217db3 | |
| parent | c779c01eccd22550e3440953530442772792e6c1 (diff) | |
docs: Sample Code landing page - typo fixes
Change-Id: I73e1be3e03bf4d217871cfe273489702292eb4c8
| -rw-r--r-- | docs/html/samples/index.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/samples/index.jd b/docs/html/samples/index.jd index 31544b0b4589..5c6cb53599fb 100644 --- a/docs/html/samples/index.jd +++ b/docs/html/samples/index.jd @@ -25,11 +25,11 @@ page.tags="samples","examples","code" <ul> <li>Unpack the downloaded project package.</li> - <li>In Android Studio, chose <strong>File > Import Project</strong> and select root folder of + <li>In Android Studio, chose <strong>File > Import Project</strong> and select the root folder of the unpacked project. <p>Android Studio may ask you to choose the type of project you are importing. If this is the case, make sure to choose <strong>Import project from - external model</strong> and the <strong>Gradle</strong> option. + external model</strong> and select the <strong>Gradle</strong> option. </p> </li> </ul> |