From ba06f3966941a28adf606d044345b884727d959c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sat, 21 Sep 2019 17:00:35 -0300 Subject: [PATCH] Syntax issue on paragraph 03 --- docs/react/first-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/react/first-app.md b/docs/react/first-app.md index 17b204be6..1d8855d6b 100644 --- a/docs/react/first-app.md +++ b/docs/react/first-app.md @@ -1,6 +1,6 @@ # Writing Your First React NodeGUI App -React NodeGUI enables you to create desktop applications with JavaScript (React). React NodeGUI is a react renderer for NodeGui. This makes it extrememly memory and CPU efficient as compared to other popular Javascript Desktop GUI solutions. +React NodeGUI enables you to create desktop applications with JavaScript (React). React NodeGUI is a react renderer for NodeGui. This makes it extremely memory and CPU efficient as compared to other popular Javascript Desktop GUI solutions. ## Hello World