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.