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 09cc458bfc
commit 624433c51d
1 changed files with 1 additions and 1 deletions

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.
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.