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: