From 2805af900fd35a3e64f55f6259334cd98ecd0d4d Mon Sep 17 00:00:00 2001 From: Geoff Bass Date: Thu, 24 Oct 2019 11:21:27 -0400 Subject: [PATCH] docs: fix typo in getting started guide (#33372) Add a missing word to make the phrase grammatically correct PR Close #33372 --- aio/content/start/data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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