Fixed wrong description of output text in Tutorial-CoreComponents.md

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

Differential Revision: D3444425

Pulled By: JoelMarcey

fbshipit-source-id: 5a748e40829084cdf0c5fbd94c41b00d01919878
This commit is contained in:
Espen J 2016-06-16 07:59:38 -07:00 committed by Facebook Github Bot 7
parent 192f6ddf82
commit c94e939919
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ React Native has a number of core components that are commonly used in applicati
The most basic component in React Native is the [`Text`](/react-native/docs/text.html#content) component. The `Text` component simply renders text.
This example displays the `string` `"Hello"` on the device.
This example displays the `string` `"Hello World!"` on the device.
```JavaScript
import React from 'react';