diff --git a/aio/content/guide/displaying-data.md b/aio/content/guide/displaying-data.md
index a1e28ec37e..939715212e 100644
--- a/aio/content/guide/displaying-data.md
+++ b/aio/content/guide/displaying-data.md
@@ -357,7 +357,7 @@ big chunks of HTML with many data bindings.
Try it out. Because the array has four items, the message should appear.
-Go back into app.component.ts"
and delete or comment out one of the elements from the hero array.
+Go back into app.component.ts
and delete or comment out one of the elements from the hero array.
The browser should refresh automatically and the message should disappear.