diff options
author | David Friedman <dmail@google.com> | 2013-09-20 19:09:17 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-20 19:09:17 -0700 |
commit | 224234461cd7752a179ad631d9c8c3cdb3964898 (patch) | |
tree | f2be774057e71580783f64c82c5667f3d982b42e /docs | |
parent | 53b2a957d19f21cd377d5f93225820d63c6b51d9 (diff) | |
parent | 217683d95d0be42c738b2844b289f2207e36b70f (diff) | |
download | frameworks_base-224234461cd7752a179ad631d9c8c3cdb3964898.zip frameworks_base-224234461cd7752a179ad631d9c8c3cdb3964898.tar.gz frameworks_base-224234461cd7752a179ad631d9c8c3cdb3964898.tar.bz2 |
am 217683d9: am e1243728: Merge "Fixed typo: Added missing word. Bug 10617080 Fixed typo:" into jb-mr2-docs
* commit '217683d95d0be42c738b2844b289f2207e36b70f':
Fixed typo: Added missing word. Bug 10617080 Fixed typo:
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/training/id-auth/identify.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/training/id-auth/identify.jd b/docs/html/training/id-auth/identify.jd index d4a6f7a..2b31bdd 100644 --- a/docs/html/training/id-auth/identify.jd +++ b/docs/html/training/id-auth/identify.jd @@ -13,7 +13,7 @@ next.link=authenticate.html <div id="tb"> <h2>This lesson teaches you to</h2> <ol> - <li><a href="#ForYou">Determine if AccountManager for You</a></li> + <li><a href="#ForYou">Determine if AccountManager is for You</a></li> <li><a href="#TaskTwo">Decide What Type of Account to Use</a></li> <li><a href="#GetPermission">Request GET_ACCOUNT permission</a></li> <li><a href="#TaskFive">Query AccountManager for a List of Accounts</a></li> @@ -41,7 +41,7 @@ that the user has stored on their device.</p> </ul> -<h2 id="ForYou">Determine if AccountManager for You</h2> +<h2 id="ForYou">Determine if AccountManager is for You</h2> <p>Applications typically try to remember the user using one of three techniques:</p> <ol type="a"> |