Merge pull request #242 from salutis/master

[website] Improve typography
This commit is contained in:
Spencer Ahrens 2015-03-31 10:13:13 -07:00
commit c8c4b41827
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ var SCROLLVIEW_REF = 'listviewscroll';
*
* ```
* getInitialState: function() {
* var ds = new ListViewDataSource({rowHasChanged: (r1, r2) => r1 !== r2});
* var ds = new ListView.DataSource({rowHasChanged: (r1, r2) => r1 !== r2});
* return {
* dataSource: ds.cloneWithRows(['row 1', 'row 2']),
* };

View File

@ -30,7 +30,7 @@ var index = React.createClass({
<p>
React Native enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript and
{' '}<a href="http://facebook.github.io/react/" >React</a>{'. '}
The focus of React Native is on developer efficiency across all the platforms you care about - learn once, write anywhere.
The focus of React Native is on developer efficiency across all the platforms you care about &mdash; learn once, write anywhere.
Facebook uses React Native in multiple production apps and will continue investing in React Native.
</p>
</div>