From 90638a61d570e0b98567b3f2a8692602db9d260b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sat, 21 Sep 2019 15:05:26 -0300 Subject: [PATCH] Syntax issue on line 27 --- docs/tutorial/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/about.md b/docs/tutorial/about.md index e81e7786e..f838bf4ab 100644 --- a/docs/tutorial/about.md +++ b/docs/tutorial/about.md @@ -24,6 +24,6 @@ running `$ npm install @nodegui/nodegui` will do the right thing. In order to evolve faster with every Node.Js release, NodeGui aims to patch NodeJs with as much minimum code as possible. This makes sure we support all Node features and keeps upgrade process simple. -NodeGui will always link dynamically to Qt inorder to maintain LGPL lisence requirements for Open source projects. +NodeGui will always link dynamically to Qt in order to maintain LGPL lisence requirements for Open source projects. NodeGui also encourages plugin/module based architecture, hence instead of bloating the entire core of NodeGui we prefer to build independent modules that can be managed and updated by the community thus keeping the end product binary size low and enabling faster upgrades.