From 6b114d774dce573c5d1a204e374c6a9026bb8039 Mon Sep 17 00:00:00 2001 From: Daniel Imfeld Date: Fri, 18 Mar 2022 11:12:09 -1000 Subject: [PATCH] Rename validators to matchers in "sorting" section (#4387) --- documentation/docs/01-routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/01-routing.md b/documentation/docs/01-routing.md index 54867d0a04d8..b1ae37af4925 100644 --- a/documentation/docs/01-routing.md +++ b/documentation/docs/01-routing.md @@ -352,7 +352,7 @@ SvelteKit needs to know which route is being requested. To do so, it sorts them - More specific routes are higher priority - Standalone endpoints have higher priority than pages with the same specificity -- Parameters with [validators](#validation) (`[name=type]`) are higher priority than those without (`[name]`) +- Parameters with [matchers](#advanced-routing-matching) (`[name=type]`) are higher priority than those without (`[name]`) - Rest parameters have lowest priority - Ties are resolved alphabetically