Fix typo in Text

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

Differential Revision: D6021941

Pulled By: ericnakagawa

fbshipit-source-id: 3e541082ac5ead7e321baa8f6a00e5ccdbe8c774
This commit is contained in:
Cameron Little 2017-10-10 13:02:19 -07:00 committed by Facebook Github Bot
parent a72a7bc2c2
commit 2fb9eeb7e1
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ const viewConfig = {
*
* In the following example, the nested title and body text will inherit the
* `fontFamily` from `styles.baseText`, but the title provides its own
* additional styles. The title and body willstack on top of each other on
* additional styles. The title and body will stack on top of each other on
* account of the literal newlines:
*
* ```ReactNativeWebPlayer