From f6914159e42791e1699d7ce608528c75656be195 Mon Sep 17 00:00:00 2001 From: Reuben Wilson <49075321+reubsinit@users.noreply.github.com> Date: Wed, 25 Sep 2019 12:05:49 +1000 Subject: [PATCH] docs: fix sentence phrasing (#32846) `In this section, you'll add a "Buy" button the product details page.` -> `In this section, you'll add a "Buy" button to the product details page.` PR Close #32846 --- 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 d7af38002e..3620255eb0 100644 --- a/aio/content/start/data.md +++ b/aio/content/start/data.md @@ -20,7 +20,7 @@ Services are the place where you share data between parts of your application. F Up to this point, users can view product information, and simulate sharing and being notified about product changes. They cannot, however, buy products. -In this section, you'll add a "Buy" button the product details page. +In this section, you'll add a "Buy" button to the product details page. You'll also set up a cart service to store information about products in the cart.