Skip to content

Commit 94e4871

Browse files
alan755GatsbyJS Bot
authored andcommitted
fix typo (#17248)
1 parent c5a844d commit 94e4871

File tree

1 file changed

+1
-1
lines changed
  • docs/tutorial/ecommerce-tutorial

1 file changed

+1
-1
lines changed

docs/tutorial/ecommerce-tutorial/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ export default SkuCard
446446

447447
This component renders a neat card for each individual SKU, with the SKU name, nicely formatted pricing, and a "BUY ME" button. The button triggers the `redirectToCheckout()` function with the corresponding SKU ID.
448448

449-
Lastly, we need to refactor our `Skus` component to initialise the Stripe.js client, and render `SkuCards` while handing down the Stripe.js client in the `props`:
449+
Lastly, we need to refactor our `Skus` component to initialize the Stripe.js client, and render `SkuCards` while handing down the Stripe.js client in the `props`:
450450

451451
```jsx:title=src/components/Products/Skus.js
452452
import React, { Component } from 'react'

0 commit comments

Comments
 (0)