diff --git a/website/docs/guides/getting-started.md b/website/docs/guides/getting-started.md index a83069311..47d893233 100644 --- a/website/docs/guides/getting-started.md +++ b/website/docs/guides/getting-started.md @@ -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 diff --git a/website/docs/guides/styling.md b/website/docs/guides/styling.md index 19fe5ea79..35dcd2c63 100644 --- a/website/docs/guides/styling.md +++ b/website/docs/guides/styling.md @@ -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) diff --git a/website/src/components/CodeExample.js b/website/src/components/CodeExample.js index 7e92126c2..c90ac31f5 100644 --- a/website/src/components/CodeExample.js +++ b/website/src/components/CodeExample.js @@ -26,7 +26,7 @@ export const CodeExample = () => {
- With NodeGui you get flexibility of web and perfromance of Native + With NodeGui you get flexibility of web and performance of Native desktop apps.