OSDN Git Service

Doc change: fix typo.
authorDirk Dougherty <ddougherty@google.com>
Mon, 9 Sep 2013 17:36:37 +0000 (10:36 -0700)
committerDirk Dougherty <ddougherty@google.com>
Mon, 9 Sep 2013 17:36:37 +0000 (10:36 -0700)
Change-Id: Idd14111f1b62430560a11c5803a864f2bad5eff0

docs/html/training/id-auth/authenticate.jd

index 3084bea..65dbc39 100644 (file)
@@ -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>