2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-10-14 21:22:20 +00:00

chore(backend)!: fix spelling (#10557)

* fix spelling

* add changelog entry
This commit is contained in:
Matthias Mair
2025-10-12 22:06:14 +02:00
committed by GitHub
parent 067cb1fccb
commit 49f8f72a46
4 changed files with 6 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Changed site URL check to allow protocol mismatches if `INVENTREE_SITE_LAX_PROTOCOL` is set to `True` (default) in [#10454](https://github.com/inventree/InvenTree/pull/10454)
- Changed call signature of `get_global_setting` to use `environment_key` instead of `enviroment_key` in [#10557](https://github.com/inventree/InvenTree/pull/10557)
### Removed