diff --git a/Libraries/Components/View/View.js b/Libraries/Components/View/View.js index 610574650..4d8c47383 100644 --- a/Libraries/Components/View/View.js +++ b/Libraries/Components/View/View.js @@ -194,7 +194,7 @@ const View = React.createClass({ * - `'no-hide-descendants'` - The view is not important for accessibility, * nor are any of its descendant views. * - * See the [Android `importantForAccessibility` docs]( [http://developer.android.com/reference/android/R.attr.html#importantForAccessibility) + * See the [Android `importantForAccessibility` docs](http://developer.android.com/reference/android/R.attr.html#importantForAccessibility) * for reference. * * @platform android