docs: correct typos in documentation (#4413)

* Correct typos in documentation

* Remove changes to References directory

---------

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
Bhyn
2023-07-10 22:36:23 +10:00
committed by GitHub
parent 78a1f3943b
commit 6c3eeb8d18
29 changed files with 32 additions and 32 deletions

View File

@@ -22,7 +22,7 @@ The `StockLocation` entity represents a stock location. It has minimal attribute
## StockLocationAddress Entity
The `StockLocationAddress` is an entitiy that contains address-related fields, such as `city` or `country_code`.
The `StockLocationAddress` is an entity that contains address-related fields, such as `city` or `country_code`.
The `StockLocationAddress` entity belongs to the `StockLocation` entity. It is used to store the address details of a stock location.