From 7197defc1526ab42100bd546044a70ba132550a6 Mon Sep 17 00:00:00 2001 From: Won Song Date: Sun, 28 Feb 2016 21:18:31 -0800 Subject: [PATCH] Typo fix for #896 closes# 897 --- public/docs/ts/latest/testing/first-app-tests.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/testing/first-app-tests.jade b/public/docs/ts/latest/testing/first-app-tests.jade index 5e2187405d..06d555a5ab 100644 --- a/public/docs/ts/latest/testing/first-app-tests.jade +++ b/public/docs/ts/latest/testing/first-app-tests.jade @@ -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: