docs: removing errant double-quote (#26483)

PR Close #26483
This commit is contained in:
null-reference 2018-10-16 14:49:10 -04:00 committed by Alex Rickabaugh
parent a403c4f7f5
commit 32c018cbfe

View File

@ -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. Try it out. Because the array has four items, the message should appear.
Go back into <code>app.component.ts"</code> and delete or comment out one of the elements from the hero array. Go back into <code>app.component.ts</code> and delete or comment out one of the elements from the hero array.
The browser should refresh automatically and the message should disappear. The browser should refresh automatically and the message should disappear.