docs(structural-directives): removes unneeded asterisks

closes #920
This commit is contained in:
Jesse Palmer 2016-03-07 05:26:56 -05:00 committed by Ward Bell
parent beb8efc71f
commit 2e6c57e770
1 changed files with 1 additions and 1 deletions

View File

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