2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 21:26:43 +00:00

Relevent -> relevant

This commit is contained in:
Oliver 2022-05-09 14:42:56 +10:00
parent 3268d81bbf
commit 1854da9885
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 "<span class='fab fa-docker'></span> Latest Docker"
To pull down the latest *development* version of InvenTree in docker, use `inventree/inventree:latest`

View File

@ -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' %}

View File

@ -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