summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Friedman <dmail@google.com>2013-09-21 02:02:45 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-21 02:02:45 +0000
commite12437284fcf94aed4ac5c2e10401b70fb1be086 (patch)
tree1faec3d45c40a02042efacafb62ae9596acdce64
parent78ec732f73aedc6afd79c4f924345a5adb61dc54 (diff)
parent5f1755961b666ff621c8c5dcd3bdc6304b2b2310 (diff)
downloadframeworks_base-e12437284fcf94aed4ac5c2e10401b70fb1be086.zip
frameworks_base-e12437284fcf94aed4ac5c2e10401b70fb1be086.tar.gz
frameworks_base-e12437284fcf94aed4ac5c2e10401b70fb1be086.tar.bz2
Merge "Fixed typo: Added missing word. Bug 10617080 Fixed typo:" into jb-mr2-docs
-rw-r--r--docs/html/training/id-auth/identify.jd4
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">