[react-native] Fix capitalization of "REact"

This commit is contained in:
Ben Alpert
2015-04-27 13:55:01 -07:00
parent 3f723f451d
commit dd56ccb9c7
12 changed files with 16 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ var viewConfig = {
};
/**
* A react component for displaying text which supports nesting,
* A React component for displaying text which supports nesting,
* styling, and touch handling. 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 will stack on top of