From ad8e3441e3ac3170794717479c3ba3d1675ea132 Mon Sep 17 00:00:00 2001 From: Chris Nowicki Date: Wed, 7 Jan 2026 17:02:58 -0500 Subject: [PATCH] Fix spelling error --- .../buy-online-pick-up-in-store/end-to-end-guide/checkout.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/buy-online-pick-up-in-store/end-to-end-guide/checkout.mdx b/docs/integrations/buy-online-pick-up-in-store/end-to-end-guide/checkout.mdx index 4e3a5ea5c..6992a2fbb 100644 --- a/docs/integrations/buy-online-pick-up-in-store/end-to-end-guide/checkout.mdx +++ b/docs/integrations/buy-online-pick-up-in-store/end-to-end-guide/checkout.mdx @@ -40,7 +40,7 @@ const state = await checkoutService.loadPickupOptions(query: PickupOptionRequest console.log(state.data.getPickupOptions(consignmentId, searchArea)); ``` -Youy can show pickup method options to customers on a storefront page, such as the Product Detail Page, before having a consignment. For more information, see [4.2.2 Find available pickup methods with stock available](#422-find-available-pickup-methods-with-stock-available). +You can show pickup method options to customers on a storefront page, such as the Product Detail Page, before having a consignment. For more information, see [4.2.2 Find available pickup methods with stock available](#422-find-available-pickup-methods-with-stock-available). ### 4.2 End-to-end headless experience (S2S APIs)