diff --git a/Libraries/Components/RefreshControl/RefreshControl.js b/Libraries/Components/RefreshControl/RefreshControl.js index 1fb1e2102..c80520fad 100644 --- a/Libraries/Components/RefreshControl/RefreshControl.js +++ b/Libraries/Components/RefreshControl/RefreshControl.js @@ -68,7 +68,7 @@ if (Platform.OS === 'android') { * ``` * * __Note:__ `refreshing` is a controlled prop, this is why it needs to be set to true - * in the `onRefresh` function otherwise the refresh indicator will stop immediatly. + * in the `onRefresh` function otherwise the refresh indicator will stop immediately. */ const RefreshControl = React.createClass({ statics: {