Summary:
Nitpicky, I know :)
Closes https://github.com/facebook/react-native/pull/8056

Differential Revision: D3419299

fbshipit-source-id: b3bfe985a2a8dff4572e798c9d0e09662ab37ed0
This commit is contained in:
Keri Clowes 2016-06-10 13:57:06 -07:00 committed by Facebook Github Bot 7
parent 31e090c9ab
commit 7271a9dc24
1 changed files with 1 additions and 1 deletions

View File

@ -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: {