mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 09:45:04 +00:00
Fix bad link typo in View document
Summary: This is trivial. It fixes a bad link in http://facebook.github.io/react-native/docs/view.html#importantforaccessibility (the "Android importantForAccessibility docs" link). Closes https://github.com/facebook/react-native/pull/9099 Differential Revision: D3647803 Pulled By: mkonicek fbshipit-source-id: 8c75da03d926f60db0c75237b9ad48983bf9738f
This commit is contained in:
parent
48f0dde630
commit
e8c8a06329
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user