From 2fb9eeb7e10cfbea778b5e26a0871c6679b96bc5 Mon Sep 17 00:00:00 2001 From: Cameron Little Date: Tue, 10 Oct 2017 13:02:19 -0700 Subject: [PATCH] Fix typo in Text Summary: Closes https://github.com/facebook/react-native/pull/16277 Differential Revision: D6021941 Pulled By: ericnakagawa fbshipit-source-id: 3e541082ac5ead7e321baa8f6a00e5ccdbe8c774 --- Libraries/Text/Text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Text/Text.js b/Libraries/Text/Text.js index 7c013f30f..232a32837 100644 --- a/Libraries/Text/Text.js +++ b/Libraries/Text/Text.js @@ -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