From cf0444b7319f68cd3591c15a5af286b9ba47dfa6 Mon Sep 17 00:00:00 2001 From: Brad Pitcher Date: Thu, 9 Nov 2017 22:35:38 -0500 Subject: [PATCH] docs(aio): show correct path for mock-heroes code (#20323) PR Close #20323 --- aio/content/tutorial/toh-pt2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/tutorial/toh-pt2.md b/aio/content/tutorial/toh-pt2.md index c8c54bd590..48e3a0d154 100644 --- a/aio/content/tutorial/toh-pt2.md +++ b/aio/content/tutorial/toh-pt2.md @@ -16,7 +16,7 @@ Define a `HEROES` constant as an array of ten heroes and export it. The file should look like this. +title="src/app/mock-heroes.ts"> ## Displaying heroes