From 1854da98855003f0aa950f87c66e6a106de9d22b Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 9 May 2022 14:42:56 +1000 Subject: [PATCH] Relevent -> relevant --- docs/app/connect.md | 2 +- docs/releases/release_notes.md | 2 +- docs/report/test.md | 2 +- docs/settings/permissions.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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/releases/release_notes.md b/docs/releases/release_notes.md index 4140cc4..c77bd4f 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -15,7 +15,7 @@ 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` 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