diff --git a/docs/app/connect.md b/docs/app/connect.md
index b9c71a3..410e1fd 100644
--- a/docs/app/connect.md
+++ b/docs/app/connect.md
@@ -144,7 +144,7 @@ Select *InvenTree* to navigate to the [home screen](#home-screen).
### Scan Barcode
-Select *Scan Barcode* to open the barcode scanner, and scan an InvenTree stock item or location to instantly jump to the relevent view. Refer to the [barcode documentation](./barcode.md) for more information.
+Select *Scan Barcode* to open the barcode scanner, and scan an InvenTree stock item or location to instantly jump to the relevant view. Refer to the [barcode documentation](./barcode.md) for more information.
### Search
diff --git a/docs/part/trackable.md b/docs/part/trackable.md
index 4544435..cac2484 100644
--- a/docs/part/trackable.md
+++ b/docs/part/trackable.md
@@ -29,8 +29,8 @@ For faster input there are several ways to define the wanted serial numbers(SN):
These rules can be mix-and-matched with whitespaces or commas separating them.
For example:
`1 3-5 9+2` or `1,3-5,9+2` result in `[1, 3, 4, 5, 9, 10, 11]`
-`~+2`(with next SN beeing 14) results in `[14, 15, 16]`
-`~+`(with next SN beeing 14 and 2 numbers needed) results in `[14, 15]`
+`~+2`(with next SN being 14) results in `[14, 15, 16]`
+`~+`(with next SN being 14 and 2 numbers needed) results in `[14, 15]`
## Build Orders
diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md
index baed07c..c77bd4f 100644
--- a/docs/releases/release_notes.md
+++ b/docs/releases/release_notes.md
@@ -15,14 +15,14 @@ The head of the *stable* code branch represents the most recent stable tagged re
### Development Branch
-The head of the *master* code branch represents the "latest and greatest" working codebase. All features and bug fixes are merged into the master branch, in addition to relevent stable release branches.
+The head of the *master* code branch represents the "latest and greatest" working codebase. All features and bug fixes are merged into the master branch, in addition to relevant stable release branches.
!!! info " Latest Docker"
To pull down the latest *development* version of InvenTree in docker, use `inventree/inventree:latest`
## Stable Releases
-Specific tagged released are shown below. Click on the release notes for each version to learn more.
+Specific tagged releases are shown below. Click on the release notes for each version to learn more.
### 0.6.x
| Release | Date | GitHub | Docker |
diff --git a/docs/report/test.md b/docs/report/test.md
index 19da203..89b9018 100644
--- a/docs/report/test.md
+++ b/docs/report/test.md
@@ -19,7 +19,7 @@ A TestReport template may define a set of filters against which parts are sorted
This allows each TestReport to easily be assigned to a particular Part, or even multiple parts.
-In the example below, a test report template is uploaded and assigned to the part with the name *"My Widget"*. Any combination of fields relevent to the Part model can be used here.
+In the example below, a test report template is uploaded and assigned to the part with the name *"My Widget"*. Any combination of fields relevant to the Part model can be used here.
{% with id="test_report_add", url="admin/test_report_add.png", description="Upload test report template" %}
{% include 'img.html' %}
diff --git a/docs/settings/permissions.md b/docs/settings/permissions.md
index e191b93..714577e 100644
--- a/docs/settings/permissions.md
+++ b/docs/settings/permissions.md
@@ -11,7 +11,7 @@ InvenTree provides access control to various features and data, by assigning eac
### User
-A *user* is a single unique account with login credentials. By default, a user is not afforded *any* permissions, and the user must be assigned to the relevent group for the permissions to be assigned.
+A *user* is a single unique account with login credentials. By default, a user is not afforded *any* permissions, and the user must be assigned to the relevant group for the permissions to be assigned.
### Group
diff --git a/docs/start/docker.md b/docs/start/docker.md
index e695aef..28fa948 100644
--- a/docs/start/docker.md
+++ b/docs/start/docker.md
@@ -26,7 +26,7 @@ InvenTree provides sample docker-compose files to get you up and running.
- A *development* compose file provides a simple way to spin up a development environment
!!! warning "Docker Compose Version"
- Tthe following guide is designed to work with docker-compose v1.x. There are currently known issues with [docker-compose v2 support](https://github.com/docker/compose/releases/tag/v2.0.0). If you are having issues with the docker installation guide, check the version of docker-compose you are running with the command `docker-compose --version`.
+ The following guide is designed to work with docker-compose v1.x. There are currently known issues with [docker-compose v2 support](https://github.com/docker/compose/releases/tag/v2.0.0). If you are having issues with the docker installation guide, check the version of docker-compose you are running with the command `docker-compose --version`.
### Environment Variables