diff --git a/guides/release/tutorial/part-2/route-params.md b/guides/release/tutorial/part-2/route-params.md index 019f7698c3..9272232510 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 6f13aec9ce..a820c4f3d7 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 diff --git a/public/images/tutorial/part-2/service-injection/share-button@2x.png b/public/images/tutorial/part-2/service-injection/share-button@2x.png index 900e13c01e..0a8d473d4d 100644 Binary files a/public/images/tutorial/part-2/service-injection/share-button@2x.png and b/public/images/tutorial/part-2/service-injection/share-button@2x.png differ