Skip to content

Commit d0374a6

Browse files
authored
Correct minor typo
Drop unnecessary instance of the word the in docs.
1 parent ba8ef07 commit d0374a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/markdown/tutorial/part-1/02-building-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ With that, our second page is done!
7575

7676
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`.
7777

78-
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:
78+
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:
7979

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

0 commit comments

Comments
 (0)