Fix typos (#577)

This commit is contained in:
Pierre Grimaud 2020-05-24 13:04:42 +02:00 committed by GitHub
parent c33c375fb2
commit 4c5f4890f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ instead of web servers.
NodeGui is also an efficient JavaScript binding to a cross platform graphical user interface
(GUI) library `Qt`. Qt is one of the most mature and efficient library for building desktop applications.
This enabled NodeGui to be extrememly memory and CPU efficient as compared to other popular Javascript Desktop GUI solutions. A hello world app built with NodeGui runs on less than 20Mb of memory.
This enabled NodeGui to be extremely memory and CPU efficient as compared to other popular Javascript Desktop GUI solutions. A hello world app built with NodeGui runs on less than 20Mb of memory.
## Developer environment

View File

@ -165,7 +165,7 @@ Since we are not running inside a web browser, there are few differences in the
The complete list is detailed here: https://doc.qt.io/qt-5/stylesheet-reference.html#list-of-properties
Apart from the properties listed in the link, NodeGui also supports layout properties related to Flex. You can use all flex properties such as align-items, justify-content, flex, etc on all widgets. [The layout styling will be coverted in more detail in the section: Layout.](layout.md)
Apart from the properties listed in the link, NodeGui also supports layout properties related to Flex. You can use all flex properties such as align-items, justify-content, flex, etc on all widgets. [The layout styling will be converted in more detail in the section: Layout.](layout.md)
## Advanced usage (Setting QObject Properties)

View File

@ -26,7 +26,7 @@ export const CodeExample = () => {
</p>
<p>
With NodeGui you get flexibility of web and perfromance of Native
With NodeGui you get flexibility of web and performance of Native
desktop apps.
</p>
</div>