diff --git a/docs/viewtoken.md b/docs/viewtoken.md index c6a0bed9129..5f19a4d1066 100644 --- a/docs/viewtoken.md +++ b/docs/viewtoken.md @@ -3,7 +3,7 @@ id: viewtoken title: ViewToken Object Type --- -`ViewToken` object is returned as one of properties in the callback `onViewableItemsChanged`, for example in [FlatList](flatlist) component. It is exported by [`ViewabilityHelper.js`](https://github.com/facebook/react-native/blob/master/Libraries/Lists/ViewabilityHelper.js). +`ViewToken` object is returned as one of properties in the `onViewableItemsChanged` callback, for example in [FlatList](flatlist) component. It is exported by [`ViewabilityHelper.js`](https://github.com/facebook/react-native/blob/master/Libraries/Lists/ViewabilityHelper.js). ## Example