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:
parent
a72a7bc2c2
commit
2fb9eeb7e1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue