Fix typos (#577)
This commit is contained in:
parent
c33c375fb2
commit
4c5f4890f6
@ -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
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user