summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Katie McCormick <kmccormick@google.com> 2013-01-03 16:14:39 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2013-01-03 16:14:39 -0800
commit47f56dbf692939ba30a347844d6688e120a666ea (patch)
tree989290b6ad3a4883f9fe6e76a6e081d521118614
parent7b31032051f430e03ac05503410b687fd289bdc3 (diff)
parentd56e4eca33639f175790d136d76f0d9cab9b95c3 (diff)
am d56e4eca: am ed2a05bc: Merge "Doc change: minor fixes to support lib lesson." into jb-mr1-dev
* commit 'd56e4eca33639f175790d136d76f0d9cab9b95c3': Doc change: minor fixes to support lib lesson.
-rw-r--r--docs/html/training/basics/fragments/support-lib.jd8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/training/basics/fragments/support-lib.jd b/docs/html/training/basics/fragments/support-lib.jd
index ba10b782aee4..cc867d3de112 100644
--- a/docs/html/training/basics/fragments/support-lib.jd
+++ b/docs/html/training/basics/fragments/support-lib.jd
@@ -12,7 +12,7 @@ next.link=creating.html
<div id="tb">
<h2>This lesson teaches you to</h2>
<ol>
- <li><a href="#Setup">Set Up Your Project With the Support Library</a></li>
+ <li><a href="#Setup">Set Up Your Project with the Support Library</a></li>
<li><a href="#Apis">Import the Support Library APIs</a></li>
</ol>
<h2>You should also read</h2>
@@ -23,7 +23,7 @@ next.link=creating.html
</div>
<p>The Android <a href="{@docRoot}tools/extras/support-library.html">Support Library</a> provides a JAR
-file with an API library that allow you to use some of the more recent Android APIs in your app
+file with an API library that allows you to use some of the more recent Android APIs in your app
while running on earlier versions of Android. For instance, the Support Library provides a version
of the {@link android.app.Fragment} APIs that you can use on Android 1.6 (API level 4) and
higher.</p>
@@ -32,7 +32,7 @@ higher.</p>
to build a dynamic app UI.</p>
-<h2 id="Setup">Set Up Your Project With the Support Library</h2>
+<h2 id="Setup">Set Up Your Project with the Support Library</h2>
<div class="figure" style="width:527px">
<img src="{@docRoot}images/training/basics/sdk-manager.png" alt="" />
@@ -43,7 +43,7 @@ Android Support package selected.</p>
<p>To set up your project:</p>
<ol>
- <li>Downlad the Android Support package using the SDK Manager</li>
+ <li>Download the Android Support package using the SDK Manager.</li>
<li>Create a <code>libs</code> directory at the top level of your Android project.</li>
<li>Locate the JAR file for the library you want to use and copy it into the <code>libs/</code>