From cfa0d95b7ec3ffdbc64392f48cc516bd663969be Mon Sep 17 00:00:00 2001 From: babafemij-k Date: Tue, 9 May 2023 02:47:03 +0100 Subject: [PATCH 1/2] fix: grammatical error in documentation --- docs/start/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/concepts.md b/docs/start/concepts.md index 69b0e3c284..2bffc74a04 100644 --- a/docs/start/concepts.md +++ b/docs/start/concepts.md @@ -631,7 +631,7 @@ If all the teams are in a list on the left then an empty outlet means you've got Another way to think of an index route is that it's the default child route when the parent matches but none of its children do. -Depending on the user interface, you might not need an index route, but if there is any sort of persistent navigation in the parent route you'll most likely want index route to fill the space when the user hasn't clicked one of the items yet. +Depending on the user interface, you might not need an index route, but if there is any sort of persistent navigation in the parent route you'll most likely want an index route to fill the space when the user hasn't clicked one of the items yet. ### Layout Routes From 8b828fd52eb2173cd3e41b65ab79354a6dabdd7c Mon Sep 17 00:00:00 2001 From: Babafemi Jimoh-Kuku Date: Tue, 9 May 2023 02:53:40 +0100 Subject: [PATCH 2/2] Update contributors.yml --- contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.yml b/contributors.yml index c56814ef4f..1593ba207b 100644 --- a/contributors.yml +++ b/contributors.yml @@ -214,3 +214,4 @@ - yionr - yuleicul - zheng-chuang +- babafemij-k