diff --git a/docs/html/training/basics/fragments/support-lib.jd b/docs/html/training/basics/fragments/support-lib.jd index ba10b782aee43..cc867d3de112d 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
The Android Support Library 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.
@@ -32,7 +32,7 @@ higher. to build a dynamic app UI. -
@@ -43,7 +43,7 @@ Android Support package selected.
To set up your project:
libs directory at the top level of your Android project.libs/