docs: typo

This commit is contained in:
Sebastian Rindom
2021-07-13 10:48:57 +02:00
parent 79ed86daec
commit fcd5ce0a6b

View File

@@ -412,7 +412,7 @@ class CustomerService extends BaseService {
}
/**
* Updates the cart's billing address.
* Updates the customers's billing address.
* @param {Customer} customer - the Customer to update
* @param {object} address - the value to set the billing address to
* @return {Promise} the result of the update operation