From 624433c51d8675212f215c08a53217b32fae956f Mon Sep 17 00:00:00 2001 From: null-reference Date: Tue, 16 Oct 2018 14:49:10 -0400 Subject: [PATCH] docs: removing errant double-quote (#26483) PR Close #26483 --- aio/content/guide/displaying-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.