diff --git a/aio/content/start/start-data.md b/aio/content/start/start-data.md
index fe240eb0a4..87aff5270c 100644
--- a/aio/content/start/start-data.md
+++ b/aio/content/start/start-data.md
@@ -75,10 +75,6 @@ This section walks you through using the `CartService` to add a product to the c
- The line, `
{{ product.price | currency }}
`, uses the `currency` pipe to transform `product.price` from a number to a currency string.
- A pipe is a way you can transform data in your HTML template.
- For more information about Angular pipes, see [Pipes](guide/pipes "Pipes").
-
1. Verify that the new **Buy** button appears as expected by refreshing the application and clicking on a product's name to display its details.