From a75727d1e2568f8bddb905ef8d621cd908d50140 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Thu, 26 Mar 2015 12:29:14 -0700 Subject: [PATCH] [docs] Split up second sentence more --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index d2bdd873..99312baa 100644 --- a/index.md +++ b/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 can power native apps using React Native. + 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.