mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-10 22:00:56 +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:
.github
.pre-commit-config.yamlCONTRIBUTING.mdInvenTree
InvenTree
api.pyapi_version.pyapps.pyci_render_js.pyconfig.pyexceptions.pyfilters.pyformat.pyforms.pyhelpers.pyhelpers_model.pymetadata.pymiddleware.pymixins.pymodels.pyserializers.pysettings.pytasks.pytest_middleware.pytest_tasks.pytests.pyunit_test.pyurls.pyviews.py
management
commands
build
common
company
label
order
part
api.pybom.pyfilters.py
fixtures
migrations
models.pytasks.pytemplatetags
test_api.pytest_bom_item.pytest_category.pytest_migrations.pytest_part.pyviews.pyplugin
apps.pyserializers.py
base
action
barcodes
event
integration
locate
builtin
helpers.pyplugin.pyregistry.pysamples
integration
templatetags
test_api.pytest_plugin.pyreport
stock
templates
InvenTree
account
js
users
ci
contrib
docker-compose.ymldocker
docs
README.md
tasks.pydocs
@@ -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