diff options
author | Quddus Chong <quddusc@google.com> | 2014-07-16 10:28:16 -0700 |
---|---|---|
committer | Quddus Chong <quddusc@google.com> | 2014-07-16 10:28:55 -0700 |
commit | 133125446dcd48d41727ef9df9626074972c0016 (patch) | |
tree | 2e4e81aa86c36d8dcdf4ae1feced726c5ec4302c | |
parent | 63477e67eba4e8f3d3c17c3774cd99d23db39456 (diff) | |
download | frameworks_base-133125446dcd48d41727ef9df9626074972c0016.zip frameworks_base-133125446dcd48d41727ef9df9626074972c0016.tar.gz frameworks_base-133125446dcd48d41727ef9df9626074972c0016.tar.bz2 |
docs: Fixed small typo.
bug: 14617866
Change-Id: I967be618d805b126a750bb60f8bc26f2dc5a95e9
-rw-r--r-- | docs/html/google/play-services/setup.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/google/play-services/setup.jd b/docs/html/google/play-services/setup.jd index cc2047e..ebd3694 100644 --- a/docs/html/google/play-services/setup.jd +++ b/docs/html/google/play-services/setup.jd @@ -129,7 +129,7 @@ you can begin developing features with the <ol> <li>Copy the library project at <code><android-sdk>/extras/google/google_play_services/libproject/google-play-services_lib/</code> to the location where you maintain your Android app projects.</li> - <li>In your app project, reference Google Play services library project. See + <li>In your app project, reference the Google Play services library project. See <a href="{@docRoot}tools/projects/projects-cmdline.html#ReferencingLibraryProject">Referencing a Library Project on the Command Line</a> for more information on how to do this. <p class="note"><strong>Note:</strong> |