mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 01:55:39 +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:
@ -68,7 +68,7 @@ Images are served from the `./docs/assets/images` folder and can be added as fol
|
||||
```
|
||||
|
||||
Replace:
|
||||
* `image_id` with a short unique indentifier for the image (most commonly, `image_id` is same as `image_name`)
|
||||
* `image_id` with a short unique identifier for the image (most commonly, `image_id` is same as `image_name`)
|
||||
* `folder` with the folder in `docs/assets/images` in which the image is stored
|
||||
* `image_name` with the name of the image
|
||||
* `.png` with the image extension (PNG or JPEG are preferred formats)
|
||||
|
Reference in New Issue
Block a user