diff --git a/.changeset/soft-cougars-hope.md b/.changeset/soft-cougars-hope.md new file mode 100644 index 000000000..7f06ebbd1 --- /dev/null +++ b/.changeset/soft-cougars-hope.md @@ -0,0 +1,5 @@ +--- + +--- + +Fix spelling and improve grammar in the documentation diff --git a/docs/icons/index.mdx b/docs/icons/index.mdx index 2fced3350..90d273505 100644 --- a/docs/icons/index.mdx +++ b/docs/icons/index.mdx @@ -1,6 +1,6 @@ --- title: Tabler Icons -summary: Tabler Icons is a powerful and versatile icon library that offers a huge collection of high quality icons suitable for a wide range of applications. With its clean and modern aesthetic, extensive customisation options, and user-friendly website and plugins, Tabler Icons is an excellent resource for designers and developers looking to enhance their projects with high-quality icons. +summary: Tabler Icons is a powerful and versatile icon library that offers a huge collection of high quality icons suitable for a wide range of applications. With its clean and modern aesthetic, extensive customization options, and user-friendly website and plugins, Tabler Icons is an excellent resource for designers and developers looking to enhance their projects with high-quality icons. order: 2 description: Over 5000 pixel-perfect icons for web design and development --- diff --git a/docs/icons/libraries/preact.mdx b/docs/icons/libraries/preact.mdx index cc3be4d82..e86407572 100644 --- a/docs/icons/libraries/preact.mdx +++ b/docs/icons/libraries/preact.mdx @@ -14,7 +14,7 @@ or just [download from Github](https://github.com/tabler/tabler-icons/releases). ## How to use -It's build with ESmodules so it's completely tree-shakable. Each icon can be imported as a component. +It's built with ESmodules so it's completely tree-shakable. Each icon can be imported as a component. ```js import { IconArrowDown } from '@tabler/icons-preact'; diff --git a/docs/icons/libraries/react.mdx b/docs/icons/libraries/react.mdx index 76b87105b..23c6dbc06 100644 --- a/docs/icons/libraries/react.mdx +++ b/docs/icons/libraries/react.mdx @@ -14,7 +14,7 @@ or just [download from Github](https://github.com/tabler/tabler-icons/releases). ## How to use -It's build with ESmodules so it's completely tree-shakable. Each icon can be imported as a component. +It's built with ESmodules so it's completely tree-shakable. Each icon can be imported as a component. ```jsx import { IconArrowLeft } from '@tabler/icons-react'; diff --git a/docs/icons/libraries/solidjs.mdx b/docs/icons/libraries/solidjs.mdx index d02d25043..0cdb87559 100644 --- a/docs/icons/libraries/solidjs.mdx +++ b/docs/icons/libraries/solidjs.mdx @@ -15,7 +15,7 @@ or just [download from Github](https://github.com/tabler/tabler-icons/releases). ## How to use -It's build with ESmodules so it's completely tree-shakable. Each icon can be imported as a component. +It's built with ESmodules so it's completely tree-shakable. Each icon can be imported as a component. ```js import { IconArrowRight } from '@tabler/icons-solidjs'; diff --git a/docs/icons/libraries/svelte.mdx b/docs/icons/libraries/svelte.mdx index 82594d1be..fdb88dd26 100644 --- a/docs/icons/libraries/svelte.mdx +++ b/docs/icons/libraries/svelte.mdx @@ -15,7 +15,7 @@ or just [download from Github](https://github.com/tabler/tabler-icons/releases). ## How to use -It's build with ESmodules so it's completely tree-shakable. Each icon can be imported as a component. +It's built with ESmodules so it's completely tree-shakable. Each icon can be imported as a component. ```sveltehtml @@ -28,7 +28,7 @@ Install Tabler in your Node.js powered apps with the npm package: -Tabler uses other packages to enhance the functionality for example charts and input masks. These are not automatically installed to avoid huge +Tabler uses other packages to enhance its functionality - for example, charts and input masks. These are not automatically installed to avoid huge dependency trees and need to be installed by using npm install. We support the following packages as of writing. - [apexcharts](https://apexcharts.com/) @@ -41,4 +41,4 @@ dependency trees and need to be installed by using npm install. We support the f - [nouislider](https://refreshless.com/nouislider/) - [tom-select](https://tom-select.js.org/) -For the complete list of supported packages you can check the peerDependencies section in our [package.json](https://github.com/tabler/tabler/blob/dev/package.json) +For the complete list of supported packages you can check the peerDependencies section in our [package.json](https://github.com/tabler/tabler/blob/dev/package.json) \ No newline at end of file diff --git a/docs/ui/layout/navs-tabls.mdx b/docs/ui/layout/navs-tabls.mdx index 92496d8cf..f5509a787 100644 --- a/docs/ui/layout/navs-tabls.mdx +++ b/docs/ui/layout/navs-tabls.mdx @@ -1,6 +1,6 @@ --- title: Navs and tabs -summary: This guide covered the basics of creating different types of navigation bars and tabs, including horizontal, vertical, pill-shaped, and underline-styled navs. +summary: This guide covers the basics of creating different types of navigation bars and tabs, including horizontal, vertical, pill-shaped, and underline-styled navs. description: "Essential guide to nav styles: tabs, pills, dropdowns, and more." --- diff --git a/docs/ui/layout/page-headers.mdx b/docs/ui/layout/page-headers.mdx index 22b0db937..733d6b376 100644 --- a/docs/ui/layout/page-headers.mdx +++ b/docs/ui/layout/page-headers.mdx @@ -144,7 +144,7 @@ description: Examples of Tabler page headers. ## Bordered header -Page header with a border to separate content is an effective way to organize and present information in a clear and visually appealing way. +A page header with a border to separate content is an effective way to organize and present information in a clear and visually appealing way. ```html example fullpage