mirror of
https://github.com/inventree/InvenTree.git
synced 2026-01-11 05:37:54 +00:00
Fix common spelling mistakes (#4956)
* add codespell * first fixes * doc fixes * fix docstrings and comments * functional changes * docstrings again * and docs again * rename args * add ignore * use pre-commit for filtering instead * ups * fix typo in filter
This commit is contained in:
@@ -6,7 +6,7 @@ title: FAQ
|
||||
|
||||
Below is a list of frequently asked questions. If you are having issues with InvenTree please consult this list first!
|
||||
|
||||
## Installation Isues
|
||||
## Installation Issues
|
||||
|
||||
### Installing on Windows
|
||||
|
||||
@@ -68,7 +68,7 @@ For more information, refer to the installation guides:
|
||||
- [Bare Metal Installation](./start/install.md#updating-inventree)
|
||||
|
||||
!!! warning "Invoke Update"
|
||||
You must ensure that the `invoke update` command is perfomed *every time* you update InvenTree
|
||||
You must ensure that the `invoke update` command is performed *every time* you update InvenTree
|
||||
|
||||
### Feature *x* does not work after update
|
||||
|
||||
@@ -118,7 +118,7 @@ It means that the user running the InvenTree server does not have permission to
|
||||
|
||||
Ensure that the user running the InvenTree server has permission to create the required directories. For example, if running the server as the `inventree` user, ensure that the `inventree` user has permission to create the required directories.
|
||||
|
||||
If you are using Docker to run the InvenTree server, ensure that the user that runs the docker deamon has permission to create the required directories in the volume.
|
||||
If you are using Docker to run the InvenTree server, ensure that the user that runs the docker daemon has permission to create the required directories in the volume.
|
||||
|
||||
### Failed to mount local volume
|
||||
|
||||
|
||||
Reference in New Issue
Block a user