From 2fe500955621d0115ca38a7a8c2eb3ce298bdd3b Mon Sep 17 00:00:00 2001 From: Lawal Adebola Date: Thu, 22 Aug 2024 10:15:38 +0100 Subject: [PATCH] docs: Fix grammatical error (#3027) changed "The desired shipping method's id is the" to "The desired shipping method's id is then" --- docs/docs/guides/storefront/checkout-flow/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/storefront/checkout-flow/index.mdx b/docs/docs/guides/storefront/checkout-flow/index.mdx index 26c8a5c554..4897500bd9 100644 --- a/docs/docs/guides/storefront/checkout-flow/index.mdx +++ b/docs/docs/guides/storefront/checkout-flow/index.mdx @@ -234,7 +234,7 @@ query GetShippingMethods { The results can then be displayed to the customer so they can choose the desired shipping method. If there is only a single result, then it can be automatically selected. -The desired shipping method's id is the passed to the [`setOrderShippingMethod`](/reference/graphql-api/shop/mutations/#setordershippingmethod) mutation. +The desired shipping method's id is then passed to the [`setOrderShippingMethod`](/reference/graphql-api/shop/mutations/#setordershippingmethod) mutation. ```graphql mutation SetShippingMethod($id: [ID!]!) {