Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1243728 authored by David Friedman's avatar David Friedman Committed by Android (Google) Code Review
Browse files

Merge "Fixed typo: Added missing word. Bug 10617080 Fixed typo:" into jb-mr2-docs

parents 78ec732f 5f175596
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -13,7 +13,7 @@ next.link=authenticate.html
  <div id="tb">
  <div id="tb">
<h2>This lesson teaches you to</h2>
<h2>This lesson teaches you to</h2>
<ol>
<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="#TaskTwo">Decide What Type of Account to Use</a></li>
  <li><a href="#GetPermission">Request GET_ACCOUNT permission</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>
  <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>
</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>
<p>Applications typically try to remember the user using one of three techniques:</p>
<ol type="a">
<ol type="a">