Skip to content

Commit

Permalink
docs: Fix grammatical error (vendure-ecommerce#3027)
Browse files Browse the repository at this point in the history
changed "The desired shipping method's id is the" to "The desired shipping method's id is then"
  • Loading branch information
sphade authored Aug 22, 2024
1 parent 6872f58 commit 2fe5009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/storefront/checkout-flow/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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!]!) {
Expand Down

0 comments on commit 2fe5009

Please sign in to comment.