Skip to content

Commit

Permalink
Use possessive 'its' not 'it's'
Browse files Browse the repository at this point in the history
Summary:
Very simple documentation grammar update.
Closes #14567

Differential Revision: D5269433

Pulled By: hramos

fbshipit-source-id: 2cf38166f53d01fa2465da2b25a3247312dabfb7
  • Loading branch information
Taylor Kline authored and facebook-github-bot committed Jun 17, 2017
1 parent 0801d94 commit fd34018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Lists/FlatList.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ type DefaultProps = typeof defaultProps;
* }
*
* This is a convenience wrapper around [`<VirtualizedList>`](docs/virtualizedlist.html),
* and thus inherits it's props (as well as those of `ScrollView`) that aren't explicitly listed
* and thus inherits its props (as well as those of `ScrollView`) that aren't explicitly listed
* here, along with the following caveats:
*
* - Internal state is not preserved when content scrolls out of the render window. Make sure all
Expand Down

0 comments on commit fd34018

Please sign in to comment.