From 4510bdce4b3b8ccef3e2defe558fc74800eac39b Mon Sep 17 00:00:00 2001 From: Jarrod Mosen Date: Wed, 11 May 2016 18:40:13 +1200 Subject: [PATCH 1/2] Fix grammar in README --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index b0d7cb3426a6..03b564661ead 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,7 @@ id: home

Virtual DOM

- 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 React Native. + React abstracts the DOM away 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 React Native.

From f8991c7ada8e4c0afa5972fbada38b94a8742049 Mon Sep 17 00:00:00 2001 From: Jarrod Mosen Date: Thu, 12 May 2016 09:29:05 +1200 Subject: [PATCH 2/2] Change DOM abstraction grammar on homepage --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 03b564661ead..f3c2227fcd05 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,7 @@ id: home

Virtual DOM

- React abstracts the DOM away 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 React Native. + 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 React Native.