From 6fd310548bfdfcf9fc54b0994e5033a93b6c3468 Mon Sep 17 00:00:00 2001 From: Ruidi Huang <71555764+ruidi-huang@users.noreply.github.com> Date: Mon, 12 May 2025 16:18:01 -0500 Subject: [PATCH 1/2] docs(tutorials/address-book): fix typo (#13596) --- contributors.yml | 1 + docs/tutorials/address-book.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.yml b/contributors.yml index 334d8f8f5c..f58be307f8 100644 --- a/contributors.yml +++ b/contributors.yml @@ -388,3 +388,4 @@ - yuleicul - zeromask1337 - zheng-chuang +- ruidi-huang diff --git a/docs/tutorials/address-book.md b/docs/tutorials/address-book.md index 6691dcbb63..3d3401b368 100644 --- a/docs/tutorials/address-book.md +++ b/docs/tutorials/address-book.md @@ -688,7 +688,7 @@ export default function SidebarLayout() { 👉 **Move route definitions under the sidebar layout** -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. +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. ```ts filename=app/routes.ts lines=[4,9,12] import type { RouteConfig } from "@react-router/dev/routes"; From 95661385fe9a74b9500211413b23f05fbec1c577 Mon Sep 17 00:00:00 2001 From: "remix-cla-bot[bot]" <92060565+remix-cla-bot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 21:18:07 +0000 Subject: [PATCH 2/2] chore: sort contributors list --- contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors.yml b/contributors.yml index f58be307f8..329dfae023 100644 --- a/contributors.yml +++ b/contributors.yml @@ -292,6 +292,7 @@ - rtmann - rtzll - rubeonline +- ruidi-huang - ryanflorence - ryanhiebert - saengmotmi @@ -388,4 +389,3 @@ - yuleicul - zeromask1337 - zheng-chuang -- ruidi-huang