docs: fix spelling and grammar (#13862)

Fixed various spelling errors and grammatical issues across multiple .mdx documentation files.
This commit is contained in:
MBLVD
2025-10-27 10:48:59 +02:00
committed by GitHub
parent dbf8fb9bda
commit 799b57c396
47 changed files with 80 additions and 80 deletions
@@ -597,7 +597,7 @@ Create the file `src/workflows/create-subscription/steps/create-subscription.ts`
export const createSubscriptionsHighlights = [
["28", "linkDefs", "An array of links to be created later."],
["30", "createSubscriptions", "Create the subscription."],
["33", "main_order_id", "Store the ID of the order created for the subscription purhcase."],
["33", "main_order_id", "Store the ID of the order created for the subscription purchase."],
["43", "subscription", "Pass the subscription to the compensation function."]
]
@@ -1772,7 +1772,7 @@ You create a `getLatestPaymentMethod` function that receives an array of payment
Then, you create the `getPaymentMethodStep` that receives the customer's data and account holder as an input.
Next, you'll add the implemenation of the step. Replace `getPaymentMethodStep` with the following:
Next, you'll add the implementation of the step. Replace `getPaymentMethodStep` with the following:
```tsx title="src/workflows/create-subscription-order/steps/get-payment-method.ts"
export const getPaymentMethodStep = createStep(