From 2e6c57e770d8ab71d7c7ebbba17b8bda49baede5 Mon Sep 17 00:00:00 2001 From: Jesse Palmer Date: Mon, 7 Mar 2016 05:26:56 -0500 Subject: [PATCH] docs(structural-directives): removes unneeded asterisks closes #920 --- public/docs/ts/latest/testing/testing-an-angular-pipe.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/testing/testing-an-angular-pipe.jade b/public/docs/ts/latest/testing/testing-an-angular-pipe.jade index 8f8e043217..9538a19500 100644 --- a/public/docs/ts/latest/testing/testing-an-angular-pipe.jade +++ b/public/docs/ts/latest/testing/testing-an-angular-pipe.jade @@ -84,7 +84,7 @@ code-example(format="" language="html"). :marked ## Add another spec file - **Create** an *`init-caps-pipe.spec.ts`** next to `init-caps-pipes.ts` in `src/app` + **Create** an `init-caps-pipe.spec.ts` next to `init-caps-pipes.ts` in `src/app` **Stop and restart the TypeScript compiler** to ensure we compile the new file.