Fix some pissing a’s and the’s

This commit is contained in:
Andrew Sardone 2015-03-31 17:41:59 -04:00
parent 539ff6476a
commit 2536716727
1 changed files with 1 additions and 1 deletions

View File

@ -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)