From 145b634b8027db2ca8e4ae52a5cd5f38d26c6d19 Mon Sep 17 00:00:00 2001 From: Connor McEwen Date: Tue, 27 Feb 2018 11:50:48 -0800 Subject: [PATCH] Fix lint errors --- Libraries/Components/TextInput/TextInput.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index bef17b83e7fcff..a5569507a60835 100644 --- a/Libraries/Components/TextInput/TextInput.js +++ b/Libraries/Components/TextInput/TextInput.js @@ -564,8 +564,8 @@ const TextInput = createReactClass({ inlineImagePadding: PropTypes.number, /** - * If `true`, allows TextInput to pass touch events to the parent component. - * This allows components such as SwipeableListView to be swipeable from the TextInput on iOS, + * If `true`, allows TextInput to pass touch events to the parent component. + * This allows components such as SwipeableListView to be swipeable from the TextInput on iOS, * as is the case on Android by default. * If `false`, TextInput always asks to handle the input (except when disabled). * @platform ios