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
This commit is contained in:
Reuben Wilson 2019-09-25 12:05:49 +10:00 committed by atscott
parent 2e730287fb
commit f6914159e4

View File

@ -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. 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. You'll also set up a cart service to store information about products in the cart.
<div class="alert is-helpful"> <div class="alert is-helpful">