Fix typo - Remove duplicated "to have"

Summary: Closes https://github.com/facebook/react-native/pull/3015

Reviewed By: @​svcscm

Differential Revision: D2530576

Pulled By: @vjeux

fb-gh-sync-id: e7df3706f3c733e8de32c1f123d951b488133e8a
This commit is contained in:
Emmanouil Konstantinidis 2015-10-11 21:10:23 -07:00 коммит произвёл facebook-github-bot-0
Родитель 53403423ca
Коммит c16c3f9814
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -59,7 +59,7 @@ var DEFAULT_PROPS = {
* ```
* > **NOTE**: TouchableHighlight supports only one child
* >
* > If you wish to have to have several child components, wrap them in a View.
* > If you wish to have several child components, wrap them in a View.
*/
var TouchableHighlight = React.createClass({