From 6531eb52edd65a8bbe95617bf3b861873c043011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen?= <42183679+jhoffmann99@users.noreply.github.com> Date: Wed, 14 Dec 2022 12:31:13 +0100 Subject: [PATCH] docs: fixed typo in carts resource (#2798) Co-authored-by: j.untch --- packages/medusa-js/src/resources/carts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/medusa-js/src/resources/carts.ts b/packages/medusa-js/src/resources/carts.ts index 373a5265bf..0c8c65f72f 100644 --- a/packages/medusa-js/src/resources/carts.ts +++ b/packages/medusa-js/src/resources/carts.ts @@ -35,7 +35,7 @@ class CartsResource extends BaseResource { * Payment authorization is attempted and if more work is required, we simply return the cart for further updates. * If payment is authorized and order is not yet created, we make sure to do so. * The completion of a cart can be performed idempotently with a provided header Idempotency-Key. - * If not provuided, we will generate one for the request. + * If not provided, we will generate one for the request. * @param {string} cart_id is required * @param customHeaders * @return {ResponsePromise}