From 2100241875dd21e8241e0237b850c5d5e97e65b9 Mon Sep 17 00:00:00 2001 From: Adil Ismail Date: Fri, 9 Dec 2022 00:59:17 +0530 Subject: [PATCH] docs: Fixed typo in start/overview --- contributors.yml | 1 + docs/start/overview.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.yml b/contributors.yml index 7ad8514dbd..f8fba68483 100644 --- a/contributors.yml +++ b/contributors.yml @@ -153,3 +153,4 @@ - xavier-lc - xcsnowcity - yuleicul +- adil62 diff --git a/docs/start/overview.md b/docs/start/overview.md index 4c89724d63..280c9a23ba 100644 --- a/docs/start/overview.md +++ b/docs/start/overview.md @@ -173,7 +173,7 @@ See: ## Ranked Route Matching -When matching URLs to routes, React Router will rank the routes according the number of segments, static segments, dynamic segments, splats, etc. and pick the _most specific_ match. +When matching URLs to routes, React Router will rank the routes according to the number of segments, static segments, dynamic segments, splats, etc. and pick the _most specific_ match. For example, consider these two routes: