docs(aio): show correct path for mock-heroes code (#20323)

PR Close #20323
This commit is contained in:
Brad Pitcher 2017-11-09 22:35:38 -05:00 committed by Jason Aden
parent a7bbe9a1ff
commit cf0444b731
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Define a `HEROES` constant as an array of ten heroes and export it.
The file should look like this.
<code-example path="toh-pt2/src/app/mock-heroes.ts" linenums="false"
title="src/app/heroes/mock-heroes.ts">
title="src/app/mock-heroes.ts">
</code-example>
## Displaying heroes