Skip to content

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/release/tutorial/part-2/route-params.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Now that we are fetching real data from our "server", let's add a new feature — dedicated pages for each of our rentals:
44

5-
<img src="/images/tutorial/part-2/route-params/[email protected]" alt="The Super Rentals app (rentals page) by the end of the chapter" width="1024" height="1390">
5+
<img src="/images/tutorial/part-2/route-params/[email protected]" alt="The Super Rentals app (rentals page) by the end of the chapter" width="1024" height="1382">
66

77
While adding these rental pages, you will learn about:
88

@@ -474,7 +474,7 @@ module('Acceptance | super rentals', function (hooks) {
474474

475475
Now, when we visit `http://localhost:4200/rentals/grand-old-mansion`, this is what we see:
476476

477-
<img src="/images/tutorial/part-2/route-params/[email protected]" alt="A dedicated page for the Grand Old Mansion" width="1024" height="1390">
477+
<img src="/images/tutorial/part-2/route-params/[email protected]" alt="A dedicated page for the Grand Old Mansion" width="1024" height="1382">
478478

479479
And if we run our tests now...
480480

Loading

0 commit comments

Comments
 (0)