From d0374a6d59dff520911e678efd9d0269f10b1ad1 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 15 Jul 2022 10:13:25 -0700 Subject: [PATCH] Correct minor typo Drop unnecessary instance of the word the in docs. --- src/markdown/tutorial/part-1/02-building-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/markdown/tutorial/part-1/02-building-pages.md b/src/markdown/tutorial/part-1/02-building-pages.md index 8674918..4b9fc93 100644 --- a/src/markdown/tutorial/part-1/02-building-pages.md +++ b/src/markdown/tutorial/part-1/02-building-pages.md @@ -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 @@