From fcd5ce0a6be8553057bd51947d3e37bbc4dc6923 Mon Sep 17 00:00:00 2001 From: Sebastian Rindom Date: Tue, 13 Jul 2021 10:48:57 +0200 Subject: [PATCH] docs: typo --- packages/medusa/src/services/customer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/medusa/src/services/customer.js b/packages/medusa/src/services/customer.js index f47c556527..88ade052b8 100644 --- a/packages/medusa/src/services/customer.js +++ b/packages/medusa/src/services/customer.js @@ -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