docs: fix typo in getting started guide (#33372)
Add a missing word to make the phrase grammatically correct PR Close #33372
This commit is contained in:
parent
2f3812a1ef
commit
2805af900f
|
@ -89,7 +89,7 @@ When the "Buy" button is clicked, you'll use the cart service to add the current
|
|||
|
||||
The `addToCart()` method:
|
||||
* Receives the current `product`
|
||||
* Uses the cart service's `#addToCart()` method to add the product the cart
|
||||
* Uses the cart service's `#addToCart()` method to add the product to the cart
|
||||
* Displays a message that the product has been added to the cart
|
||||
|
||||
<code-example path="getting-started/src/app/product-details/product-details.component.ts" region="add-to-cart"></code-example>
|
||||
|
|
Loading…
Reference in New Issue