From 633781a58d4fbec70a0737c100ce9170b1100dff Mon Sep 17 00:00:00 2001 From: Steven Goff Date: Wed, 26 Oct 2016 11:55:31 -0700 Subject: [PATCH] Fixing typo in Accessibility documentation Summary: Currently there is a typo in Accessibility.md which will result in an invalid prop type warning if directly adhered to. The instance of `no-hide-descendant` should instead be updated to `no-hide-descendants` (plural) in the documentation. Closes https://github.com/facebook/react-native/pull/10566 Differential Revision: D4082750 Pulled By: lacker fbshipit-source-id: 18e2d9db6004767903e9308a2c0a900d2d9055fc --- docs/Accessibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Accessibility.md b/docs/Accessibility.md index 276117694..caed694ce 100644 --- a/docs/Accessibility.md +++ b/docs/Accessibility.md @@ -127,7 +127,7 @@ In the case of two overlapping UI components with the same parent, default acces First layout + backgroundColor: 'yellow'}} importantForAccessibility=”no-hide-descendants”> Second layout