diff --git a/docs/content/references/js-client/classes/AdminRegionsResource.md b/docs/content/references/js-client/classes/AdminRegionsResource.md index 453556b91a6ab..04d6db32c20d9 100644 --- a/docs/content/references/js-client/classes/AdminRegionsResource.md +++ b/docs/content/references/js-client/classes/AdminRegionsResource.md @@ -152,7 +152,7 @@ ___ **`Description`** -remove a country from a region's list of countries +remove a country from a region's list of coutnries #### Parameters diff --git a/docs/content/references/js-client/classes/CartsResource.md b/docs/content/references/js-client/classes/CartsResource.md index 9afe82fd6302d..79c72aaf35c2e 100644 --- a/docs/content/references/js-client/classes/CartsResource.md +++ b/docs/content/references/js-client/classes/CartsResource.md @@ -29,7 +29,7 @@ Adds a shipping method to cart | Name | Type | Description | | :------ | :------ | :------ | | `cart_id` | `string` | Id of cart | -| `payload` | [`StorePostCartsCartShippingMethodReq`](internal-35.StorePostCartsCartShippingMethodReq.md) | Containing id of shipping option and optional data | +| `payload` | [`StorePostCartsCartShippingMethodReq`](internal-35.StorePostCartsCartShippingMethodReq.md) | Containg id of shipping option and optional data | | `customHeaders` | `Record`<`string`, `any`\> | | #### Returns @@ -50,7 +50,7 @@ Completes a cart. 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 provided, we will generate one for the request. +If not provuided, we will generate one for the request. #### Parameters diff --git a/docs/content/references/js-client/classes/ShippingOptionsResource.md b/docs/content/references/js-client/classes/ShippingOptionsResource.md index 1c093fec4b1f7..19d2e7b0bae01 100644 --- a/docs/content/references/js-client/classes/ShippingOptionsResource.md +++ b/docs/content/references/js-client/classes/ShippingOptionsResource.md @@ -14,7 +14,7 @@ **`Description`** -Lists shipping options available +Lists shiping options available #### Parameters @@ -39,7 +39,7 @@ ___ **`Description`** -Lists shipping options available for a cart +Lists shiping options available for a cart #### Parameters diff --git a/docs/content/references/services/classes/AuthService.md b/docs/content/references/services/classes/AuthService.md index 14b815a821011..52b58bc68b77d 100644 --- a/docs/content/references/services/classes/AuthService.md +++ b/docs/content/references/services/classes/AuthService.md @@ -196,7 +196,7 @@ scrypt to match password with hashed value. `Promise`<`AuthenticateResult`\> success: whether authentication succeeded - user: the user document if authentication succeeded + user: the user document if authentication succeded error: a string with the error message #### Defined in @@ -222,7 +222,7 @@ Authenticates a given user with an API token `Promise`<`AuthenticateResult`\> success: whether authentication succeeded - user: the user document if authentication succeeded + user: the user document if authentication succeded error: a string with the error message #### Defined in @@ -250,7 +250,7 @@ scrypt to match password with hashed value. `Promise`<`AuthenticateResult`\> success: whether authentication succeeded - user: the user document if authentication succeeded + user: the user document if authentication succeded error: a string with the error message #### Defined in diff --git a/docs/content/references/services/classes/CartService.md b/docs/content/references/services/classes/CartService.md index 81d1c7f81b8d3..c9fd51eea8939 100644 --- a/docs/content/references/services/classes/CartService.md +++ b/docs/content/references/services/classes/CartService.md @@ -459,7 +459,7 @@ shop. | :------ | :------ | :------ | | `cartOrId` | `string` \| `Cart` | the id of the cart to add shipping method to | | `optionId` | `string` | id of shipping option to add as valid method | -| `data` | `Record`<`string`, `unknown`\> | the fulfillment data for the method | +| `data` | `Record`<`string`, `unknown`\> | the fulmillment data for the method | #### Returns @@ -682,7 +682,7 @@ Creates or fetches a user based on an email. `Promise`<`Customer`\> -the resulting customer object +the resultign customer object #### Defined in @@ -792,7 +792,7 @@ Removes a payment session from the cart. | Name | Type | Description | | :------ | :------ | :------ | | `cartId` | `string` | the id of the cart to remove from | -| `providerId` | `string` | the id of the provider whose payment session should be removed. | +| `providerId` | `string` | the id of the provider whoose payment session should be removed. | #### Returns @@ -971,7 +971,7 @@ Refreshes a payment session on a cart | Name | Type | Description | | :------ | :------ | :------ | | `cartId` | `string` | the id of the cart to remove from | -| `providerId` | `string` | the id of the provider whose payment session should be removed. | +| `providerId` | `string` | the id of the provider whoose payment session should be removed. | #### Returns diff --git a/docs/content/references/services/classes/FulfillmentProviderService.md b/docs/content/references/services/classes/FulfillmentProviderService.md index 5db3f80f6e0b6..cf2839244ef14 100644 --- a/docs/content/references/services/classes/FulfillmentProviderService.md +++ b/docs/content/references/services/classes/FulfillmentProviderService.md @@ -1,6 +1,6 @@ # Class: FulfillmentProviderService -Helps retrieve fulfillment providers +Helps retrive fulfillment providers ## Hierarchy diff --git a/docs/content/references/services/classes/OrderService.md b/docs/content/references/services/classes/OrderService.md index 058380b33e7e0..b40c717473892 100644 --- a/docs/content/references/services/classes/OrderService.md +++ b/docs/content/references/services/classes/OrderService.md @@ -384,7 +384,7 @@ ___ ▸ **archive**(`orderId`): `Promise`<`Order`\> -Archives an order. It only allowed, if the order has been fulfilled +Archives an order. It only alloved, if the order has been fulfilled and payment has been captured. #### Parameters @@ -661,7 +661,7 @@ have been created in regards to the shipment. | :------ | :------ | :------ | | `orderId` | `string` | the id of the order that has been shipped | | `fulfillmentId` | `string` | the fulfillment that has now been shipped | -| `trackingLinks?` | `TrackingLink`[] | array of tracking numbers associated with the shipment | +| `trackingLinks?` | `TrackingLink`[] | array of tracking numebers associated with the shipment | | `config` | `Object` | the config of the order that has been shipped | | `config.metadata` | `Record`<`string`, `unknown`\> | - | | `config.no_notification?` | `boolean` | - | @@ -840,8 +840,8 @@ ___ Handles receiving a return. This will create a refund to the customer. If the returned items don't match the requested items the return status will be updated to requires_action. This behaviour -is useful in situations where a custom refund amount is requested, but the -returned items are not matching the requested items. Setting the +is useful in sitautions where a custom refund amount is requested, but the +retuned items are not matching the requested items. Setting the allowMismatch argument to true, will process the return, ignoring any mismatches. diff --git a/docs/content/references/services/classes/ReturnService.md b/docs/content/references/services/classes/ReturnService.md index b72c1ed9e7925..80ac83b47d606 100644 --- a/docs/content/references/services/classes/ReturnService.md +++ b/docs/content/references/services/classes/ReturnService.md @@ -381,8 +381,8 @@ ___ Registers a previously requested return as received. This will create a refund to the customer. If the returned items don't match the requested items the return status will be updated to requires_action. This behaviour -is useful in situations where a custom refund amount is requested, but the -returned items are not matching the requested items. Setting the +is useful in sitautions where a custom refund amount is requested, but the +retuned items are not matching the requested items. Setting the allowMismatch argument to true, will process the return, ignoring any mismatches.