Skip to content

Commit

Permalink
Merge pull request #242 from salutis/master
Browse files Browse the repository at this point in the history
[website] Improve typography
  • Loading branch information
sahrens committed Mar 31, 2015
2 parents 536b466 + d1f70f6 commit c8c4b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Libraries/CustomComponents/ListView/ListView.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']),
* };
Expand Down
2 changes: 1 addition & 1 deletion website/src/react-native/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c8c4b41

Please sign in to comment.