Typo fix for #896

closes# 897
This commit is contained in:
Won Song 2016-02-28 21:18:31 -08:00 committed by Ward Bell
parent 2f2d7b8841
commit 7197defc15
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ figure.image-display
### Update unit-tests.html
Next we update the `unit-tests.html` with a reference to our new `hero-spec.ts` file. Delete the inline test code. The revised pertinent HTML looks like this:
Next we update the `unit-tests.html` with a reference to our new `hero.spec.ts` file. Delete the inline test code. The revised pertinent HTML looks like this:
<script src="app/hero.js"></script>
<script src="app/hero.spec.js"></script>