chore: update common.ts (#9818)

addreses -> address
This commit is contained in:
Ikko Eltociear Ashimine
2024-10-28 23:30:28 +09:00
committed by GitHub
parent 4d7cb54762
commit ccec9b8750

View File

@@ -103,7 +103,7 @@ export interface CustomerAddressDTO {
export interface FilterableCustomerAddressProps
extends BaseFilterable<FilterableCustomerAddressProps> {
/**
* Searches for addreses by properties such as name and street using this search term.
* Searches for addresses by properties such as name and street using this search term.
*/
q?: string