From d45d6bc28365d4ed04ee1ca1ca0616aadf796e90 Mon Sep 17 00:00:00 2001 From: Brian Solon Date: Thu, 9 Nov 2017 15:30:58 -0500 Subject: [PATCH] Fix typo in Image.android.js & Image.ios.js --- Libraries/Image/Image.android.js | 2 +- Libraries/Image/Image.ios.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Libraries/Image/Image.android.js b/Libraries/Image/Image.android.js index b953d085515074..d0169794642f61 100644 --- a/Libraries/Image/Image.android.js +++ b/Libraries/Image/Image.android.js @@ -274,7 +274,7 @@ var Image = createReactClass({ } if (this.props.children) { - throw new Error('The component cannot contain children. If you want to render content on top of the image, consider using aboslute positioning.'); + throw new Error('The component cannot contain children. If you want to render content on top of the image, consider using absolute positioning.'); } if (source && (source.uri || Array.isArray(source))) { diff --git a/Libraries/Image/Image.ios.js b/Libraries/Image/Image.ios.js index 6a5f826027e1d7..cc7aeec42430c7 100644 --- a/Libraries/Image/Image.ios.js +++ b/Libraries/Image/Image.ios.js @@ -374,7 +374,7 @@ const Image = createReactClass({ } if (this.props.children) { - throw new Error('The component cannot contain children. If you want to render content on top of the image, consider using aboslute positioning.'); + throw new Error('The component cannot contain children. If you want to render content on top of the image, consider using absolute positioning.'); } return (