Fix grammar on homepage (#6746)

* Fix grammar in README

* Change DOM abstraction grammar on homepage
This commit is contained in:
Jarrod Mosen 2016-05-12 10:03:05 +12:00 committed by Jim
parent b11540ccb2
commit 01b060d7dc
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ id: home
<div class="marketing-col">
<h3>Virtual DOM</h3>
<p>
React abstracts away the DOM from you, giving a simpler programming model and better performance. React can also render on the server using Node, and it can power native apps using <a href="https://facebook.github.io/react-native/">React Native</a>.
React abstracts away the DOM, giving a simpler programming model and better performance. React can also render on the server using Node, and it can power native apps using <a href="https://facebook.github.io/react-native/">React Native</a>.
</p>
</div>
<div class="marketing-col">