From 25367167277c71ef884549a7c83733f2bea8eedf Mon Sep 17 00:00:00 2001 From: Andrew Sardone Date: Tue, 31 Mar 2015 17:41:59 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20some=20pissing=20a=E2=80=99s=20and=20the?= =?UTF-8?q?=E2=80=99s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/EmbeddedApp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/EmbeddedApp.md b/docs/EmbeddedApp.md index 673608701..274c63059 100644 --- a/docs/EmbeddedApp.md +++ b/docs/EmbeddedApp.md @@ -83,7 +83,7 @@ React.AppRegistry.registerComponent('SimpleApp', () => SimpleApp); ## Add Container View To Your App -You should now add container view for React Native component. It can be any `UIView` in your app. +You should now add a container view for the React Native component. It can be any `UIView` in your app. ![Container view example](/react-native/img/EmbeddedAppContainerViewExample.png)