Skip to content

Commit

Permalink
docs: fix typo in getting started guide (#33372)
Browse files Browse the repository at this point in the history
Add a missing word to make the phrase grammatically correct
PR Close #33372
  • Loading branch information
geoffbass authored and AndrewKushnir committed Oct 24, 2019
1 parent 82df950 commit e0428fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/start/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e0428fe

Please sign in to comment.