diff --git a/docs/html/sdk/android-4.0.3.jd b/docs/html/sdk/android-4.0.3.jd
index c1ad120bf7719..c17a422b52711 100644
--- a/docs/html/sdk/android-4.0.3.jd
+++ b/docs/html/sdk/android-4.0.3.jd
@@ -96,8 +96,8 @@ class="toggle-content-img" alt="" />
- - Social stream API in contacts provider
- - Calendar provider
+ - Social stream API in Contacts Provider
+ - Calendar Provider
- Home screen widgets
- Spell-checking
- Bluetooth
@@ -116,7 +116,7 @@ class="toggle-content-img" alt="" />
-
+
Applications that use social stream data such as status updates and check-ins
can now sync that data with each of the user’s contacts, providing items in a
@@ -142,10 +142,11 @@ request permission from the user by declaring <uses-permission
android:name="android.permission.READ_SOCIAL_STREAM"> and/or <uses-permission
android:name="android.permission.WRITE_SOCIAL_STREAM"> in their manifest files.
-Calendar provider
+Calendar Provider
- Adds the class {@link android.provider.CalendarContract.Colors} to represent
-a color table in the Calendar provider. The class provivdes fields for accessing
+a color table in the Calendar
+Provider. The class provides fields for accessing
colors available for a given account. Colors are referenced by
{@link android.provider.CalendarContract.ColorsColumns#COLOR_KEY COLOR_KEY}
which must be unique for a given account name/type. These values can only be
@@ -265,14 +266,14 @@ android.speech.tts.TextToSpeech.Engine#getFeatures(java.util.Locale)
getFeatures()}for querying and enabling network TTS support.
- Adds a new listener class, {@link
android.speech.tts.UtteranceProgressListener}, that engines can register to
-receive notification of speech-sythesis errors.
+receive notification of speech-synthesis errors.
Database
- A new {@link android.database.CrossProcessCursorWrapper} class lets content
-providers return results for a cross-process query more effieciently. The new
+providers return results for a cross-process query more efficiently. The new
class is a useful building block for wrapping cursors that will be sent to
processes remotely. It can also transform normal {@link android.database.Cursor}
objects into {@link android.database.CrossProcessCursor} objects
@@ -290,7 +291,7 @@ android.database.CursorWindow#CursorWindow(boolean)} is now deprecated.
Intents
-Adds for categories for targeting common types of applications on the
+
Adds new categories for targeting common types of applications on the
device, such as {@link android.content.Intent#CATEGORY_APP_BROWSER}, {@link
android.content.Intent#CATEGORY_APP_CALENDAR}, {@link
android.content.Intent#CATEGORY_APP_MAPS}, and more.
@@ -319,7 +320,7 @@ let you check and manage video stabilization for a {@link android.hardware.Camer
- {@link android.Manifest.permission#READ_SOCIAL_STREAM} and
{@link android.Manifest.permission#WRITE_SOCIAL_STREAM}: Allow a sync
adapter to read and write social stream data to a contact in the shared
-contacts provider.
+Contacts Provider.