diff --git a/docs/html/guide/topics/manifest/uses-feature-element.jd b/docs/html/guide/topics/manifest/uses-feature-element.jd
index b04089866ac92..ef59fec791a49 100644
--- a/docs/html/guide/topics/manifest/uses-feature-element.jd
+++ b/docs/html/guide/topics/manifest/uses-feature-element.jd
@@ -143,12 +143,12 @@ features tables, below. Descriptor string values are case-sensitive.
the feature specified in android:name.
"android:required="true" for a feature,
+android:required="true" for a feature,
you are specifying that the application cannot function, or is not
designed to function, when the specified feature is not present on the
device. "android:required="false" for a feature, it
+android:required="false" for a feature, it
means that the application prefers to use the feature if present on
the device, but that it is designed to function without the specified
feature, if necessary.