diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 99f13b58c4..360e5786b3 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -135,17 +135,17 @@ { "url": "tutorial", "title": "Introduction", - "tooltip": "Introduction to the Tour of Heroes tutorial" + "tooltip": "Introduction to the Tour of Heroes app and tutorial" }, { "url": "tutorial/toh-pt0", - "title": "The Application Shell", + "title": "Create a Project", "tooltip": "Creating the application shell" }, { "url": "tutorial/toh-pt1", "title": "1. The Hero Editor", - "tooltip": "Part 1: Build a simple hero editor" + "tooltip": "Part 1: Build a simple editor" }, { "url": "tutorial/toh-pt2", diff --git a/aio/content/tutorial/toh-pt4.md b/aio/content/tutorial/toh-pt4.md index 22a78ae90f..6ad2c5ed45 100644 --- a/aio/content/tutorial/toh-pt4.md +++ b/aio/content/tutorial/toh-pt4.md @@ -1,4 +1,4 @@ -# Create services +# Add services The Tour of Heroes `HeroesComponent` is currently getting and displaying fake data. diff --git a/aio/content/tutorial/toh-pt5.md b/aio/content/tutorial/toh-pt5.md index 562bd1a276..a4da560ff2 100644 --- a/aio/content/tutorial/toh-pt5.md +++ b/aio/content/tutorial/toh-pt5.md @@ -1,4 +1,4 @@ -# Add in-app navigation (routing) +# Add in-app navigation with routing There are new requirements for the Tour of Heroes app: