Skip to content

Commit

Permalink
Merge pull request #210 from cdransf/building-pages-typo-correction
Browse files Browse the repository at this point in the history
Correct minor typo
  • Loading branch information
MinThaMie authored Jul 18, 2022
2 parents ba8ef07 + d0374a6 commit a756d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/markdown/tutorial/part-1/02-building-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ With that, our second page is done!

We're on a roll! While we're at it, let's add our third page. This time, things are a little bit different. Everyone at the company calls this the "contact" page. However, the old website we are replacing already has a similar page, which is served at the legacy URL `/getting-in-touch`.

We want to keep the existing URLs for the new website, but we don't want to have to type `getting-in-touch` all over the new codebase! Fortunately, we can have the best of the both worlds:
We want to keep the existing URLs for the new website, but we don't want to have to type `getting-in-touch` all over the new codebase! Fortunately, we can have the best of both worlds:

```run:file:patch lang=js cwd=super-rentals filename=app/router.js
@@ -10,2 +10,3 @@
Expand Down

0 comments on commit a756d94

Please sign in to comment.