Skip to content

Commit 838440d

Browse files
oshmyheliukjhadobe
andauthored
Apply suggestions from code review
Co-authored-by: Jared Hoover <98363870+jhadobe@users.noreply.github.com>
1 parent 0f27308 commit 838440d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/starter-kit/checkout/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You must install or have access to the following prerequisites to develop with t
2929

3030
## Install Commerce modules
3131

32-
Before installing modules ensure that you have the required credentials in your `auth.json` with [access to the Adobe Commerce repository](https://experienceleague.adobe.com/en/docs/commerce-operations/installation-guide/prerequisites/authentication-keys).
32+
Before installing Commerce modules, ensure that you have the required credentials in `auth.json` with [access to the Adobe Commerce repository](https://experienceleague.adobe.com/en/docs/commerce-operations/installation-guide/prerequisites/authentication-keys).
3333

3434
- Install the Out-of-Process Payment Extensions (OOPE) module on Adobe Commerce
3535

src/pages/starter-kit/checkout/use-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ You can find examples of how to filter out payment methods using customer data o
213213

214214
You can add shipping methods to the checkout process by using [webhooks](../../webhooks/index.md).
215215

216-
To be able to add shipping methods, you must first [run a script to automatically create shipping carriers](./configure.md#create-shipping-carriers) or [to create shipping carriers manually](./shipping-reference.md#shipping-api-reference) using REST Api. Only shipping methods with the registered carriers for them will be available in the checkout process.
216+
To add shipping methods, you must [run a script to automatically create shipping carriers](./configure.md#create-shipping-carriers) or [create shipping carriers manually](./shipping-reference.md#shipping-api-reference) using the REST API. Only shipping methods with registered carriers are available in the checkout process.
217217

218218
After the webhook is registered, every time a shopping cart is requested, a synchronous call is dispatched to the App Builder application implementing the shipping method to calculate the shipping cost and provide the available shipping methods.
219219

0 commit comments

Comments
 (0)