From 40595a85476e9ab40a83aa8711c3d05b1dc10628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Sat, 14 Sep 2013 13:48:17 +0200 Subject: [PATCH] Update wording --- _posts/2013-06-05-why-react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2013-06-05-why-react.md b/_posts/2013-06-05-why-react.md index b9d68d89..9e29cc31 100644 --- a/_posts/2013-06-05-why-react.md +++ b/_posts/2013-06-05-why-react.md @@ -21,7 +21,7 @@ to build your UI. React approaches building user interfaces differently by breaking them into **components**. This means React uses a real, full featured programming language -to generate views, which we see as an advantage over templates for a few reasons: +to render views, which we see as an advantage over templates for a few reasons: - **JavaScript is a flexible, powerful programming language** with the ability to build abstractions. This is incredibly important in large applications.