diff --git a/aio/content/start/data.md b/aio/content/start/data.md index caa1c1c2e7..6fe7ec7475 100644 --- a/aio/content/start/data.md +++ b/aio/content/start/data.md @@ -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