From 7b5602d00a323df52120e6b225a1c4109d9bdc26 Mon Sep 17 00:00:00 2001 From: petehunt Date: Mon, 3 Jun 2013 12:09:14 -0700 Subject: [PATCH] @jeffreylin --- docs/_posts/2013-06-03-why-react.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_posts/2013-06-03-why-react.md b/docs/_posts/2013-06-03-why-react.md index 474af332a7..a631a9ac74 100644 --- a/docs/_posts/2013-06-03-why-react.md +++ b/docs/_posts/2013-06-03-why-react.md @@ -39,7 +39,8 @@ reasons: ability to build abstractions.** This is incredibly important in large applications. - "Logic" and "markup" are intimately tied, and are both part of the - "presentation" layer, so we're not breaking separation of concerns. + "presentation" layer, so we're unifying the presentation layer, + not breaking separation of concerns. - Large projects usually don't use WYSIWYG editors for production code, so breaking apart markup from the code that creates it usually only introduces friction.