diff --git a/Libraries/Components/View/ViewPropTypes.js b/Libraries/Components/View/ViewPropTypes.js index 2330f45c0051e0..e96654a3667980 100644 --- a/Libraries/Components/View/ViewPropTypes.js +++ b/Libraries/Components/View/ViewPropTypes.js @@ -543,7 +543,7 @@ export type ViewProps = $ReadOnly<{| 'aria-hidden'?: ?boolean, /** - * It reperesents the nativeID of the associated label text. When the assistive technology focuses on the component with this props, the text is read aloud. + * It represents the nativeID of the associated label text. When the assistive technology focuses on the component with this props, the text is read aloud. * * @platform android */ diff --git a/Libraries/Image/ImageProps.js b/Libraries/Image/ImageProps.js index 5822188c5afac5..7f3166d4de02d8 100644 --- a/Libraries/Image/ImageProps.js +++ b/Libraries/Image/ImageProps.js @@ -93,7 +93,7 @@ export type ImageProps = {| 'aria-label'?: ?Stringish, /** - * Reperesents the nativeID of the associated label. When the assistive technology focuses on the component with this props. + * Represents the nativeID of the associated label. When the assistive technology focuses on the component with this props. * * @platform android */ diff --git a/Libraries/Text/TextProps.js b/Libraries/Text/TextProps.js index abbbd76da14cad..b39cb1eee1e56b 100644 --- a/Libraries/Text/TextProps.js +++ b/Libraries/Text/TextProps.js @@ -92,9 +92,8 @@ export type TextProps = $ReadOnly<{| 'aria-selected'?: ?boolean, /** - * Reperesents the nativeID of the associated label text. When the assistive technology focuses on the component with this props, the text is read aloud. - * - * @platform android + * Represents the nativeID of the associated label text. When the assistive technology focuses on the component with this props, the text is read aloud. + * This prop is listed for cross-platform reasons and has no real effect on Android or iOS. */ 'aria-labelledby'?: ?string,