From 90cc4b052c2735caea956507059be20a8fabd97b 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 --- 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 c8c54bd5901f0..48e3a0d154e81 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