From c5f7b5c9454b98473925442da438051e503df9b1 Mon Sep 17 00:00:00 2001 From: Mohamed Sayed Date: Mon, 30 May 2022 10:23:02 +0200 Subject: [PATCH 1/2] Update routes.md use-routes instead of use-route --- docs/components/routes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/routes.md b/docs/components/routes.md index 7f7df768c0..2858d82e44 100644 --- a/docs/components/routes.md +++ b/docs/components/routes.md @@ -66,4 +66,4 @@ For example, in the following config the parent route renders an `` by d [location]: ../hook/location [outlet]: ./outlet -[use-route]: ../hooks/use-routes +[use-routes]: ../hooks/use-routes From 1b351c8c08f7504cc74f226ac3a99664334f145f Mon Sep 17 00:00:00 2001 From: Mohamed Sayed Date: Mon, 30 May 2022 10:24:31 +0200 Subject: [PATCH 2/2] Update contributors.yml --- contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.yml b/contributors.yml index 28d85e7384..a959971b14 100644 --- a/contributors.yml +++ b/contributors.yml @@ -62,3 +62,4 @@ - underager - vijaypushkin - vikingviolinist +- ms10596