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: