summaryrefslogtreecommitdiffstats
path: root/docs/html/training
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2013-09-09 10:42:47 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-09 10:42:47 -0700
commitb096bee155cc089144d59640494adba0b31d56ed (patch)
tree1d33b014ec8b07b675ffc44540d6c5457288eac3 /docs/html/training
parent50f864480d6e9cf9e4d83b4533e3764753b4d408 (diff)
parentdd93ae32a8d50147a95a270cc99f9474dbf9ee27 (diff)
downloadframeworks_base-b096bee155cc089144d59640494adba0b31d56ed.zip
frameworks_base-b096bee155cc089144d59640494adba0b31d56ed.tar.gz
frameworks_base-b096bee155cc089144d59640494adba0b31d56ed.tar.bz2
am dd93ae32: Doc change: fix typo.
* commit 'dd93ae32a8d50147a95a270cc99f9474dbf9ee27': Doc change: fix typo.
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>