Skip to content

Commit 6fd3105

Browse files
authored
docs(tutorials/address-book): fix typo (#13596)
1 parent f8d0085 commit 6fd3105

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

+1
Original file line numberDiff line numberDiff line change
@@ -388,3 +388,4 @@
388388
- yuleicul
389389
- zeromask1337
390390
- zheng-chuang
391+
- ruidi-huang

docs/tutorials/address-book.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ export default function SidebarLayout() {
688688

689689
👉 **Move route definitions under the sidebar layout**
690690

691-
We can define a `layout` route to automatically render the sidebar for all matched routes within in. This is basically what our `root` was, but now we can scope it to specific routes.
691+
We can define a `layout` route to automatically render the sidebar for all matched routes within it. This is basically what our `root` was, but now we can scope it to specific routes.
692692

693693
```ts filename=app/routes.ts lines=[4,9,12]
694694
import type { RouteConfig } from "@react-router/dev/routes";

0 commit comments

Comments
 (0)