diff --git a/guides/release/tutorial/part-2/route-params.md b/guides/release/tutorial/part-2/route-params.md index 9272232510..019f7698c3 100644 --- a/guides/release/tutorial/part-2/route-params.md +++ b/guides/release/tutorial/part-2/route-params.md @@ -2,7 +2,7 @@ Now that we are fetching real data from our "server", let's add a new feature — dedicated pages for each of our rentals: -The Super Rentals app (rentals page) by the end of the chapter +The Super Rentals app (rentals page) by the end of the chapter While adding these rental pages, you will learn about: @@ -474,7 +474,7 @@ module('Acceptance | super rentals', function (hooks) { Now, when we visit `http://localhost:4200/rentals/grand-old-mansion`, this is what we see: -A dedicated page for the Grand Old Mansion +A dedicated page for the Grand Old Mansion And if we run our tests now... diff --git a/public/images/tutorial/part-2/route-params/grand-old-mansion@2x.png b/public/images/tutorial/part-2/route-params/grand-old-mansion@2x.png index f6eb7e6174..950667d4a7 100644 Binary files a/public/images/tutorial/part-2/route-params/grand-old-mansion@2x.png and b/public/images/tutorial/part-2/route-params/grand-old-mansion@2x.png differ