summaryrefslogtreecommitdiffstats
path: root/docs/html/training
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2013-09-09 10:36:37 -0700
committerDirk Dougherty <ddougherty@google.com>2013-09-09 10:36:37 -0700
commitdd93ae32a8d50147a95a270cc99f9474dbf9ee27 (patch)
treeb3d278eba85713dc1de73c0162b5f40c4e1d4a3c /docs/html/training
parent4ef51c3c4298cbd7980029b6b1cad2f6696f7bb5 (diff)
downloadframeworks_base-dd93ae32a8d50147a95a270cc99f9474dbf9ee27.zip
frameworks_base-dd93ae32a8d50147a95a270cc99f9474dbf9ee27.tar.gz
frameworks_base-dd93ae32a8d50147a95a270cc99f9474dbf9ee27.tar.bz2
Doc change: fix typo.
Change-Id: Idd14111f1b62430560a11c5803a864f2bad5eff0
Diffstat (limited to 'docs/html/training')
-rw-r--r--docs/html/training/id-auth/authenticate.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/id-auth/authenticate.jd b/docs/html/training/id-auth/authenticate.jd
index 3084bea..65dbc39 100644
--- a/docs/html/training/id-auth/authenticate.jd
+++ b/docs/html/training/id-auth/authenticate.jd
@@ -79,7 +79,7 @@ a valid auth token from the Android Account Manager"/>
<p>To get an auth token you first need to request the
{@link android.Manifest.permission#ACCOUNT_MANAGER}
-to yourmanifest file. To actually do anything useful with the
+to your manifest file. To actually do anything useful with the
token, you'll also need to add the {@link android.Manifest.permission#INTERNET}
permission.</p>