From 1ee9f69eb9fd896a8b3a584a498f580a3b3f5782 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 5 Aug 2021 16:12:10 +0900 Subject: [PATCH] chore: fix typo in route-recognizer.ts paramter -> parameter --- lib/route-recognizer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/route-recognizer.ts b/lib/route-recognizer.ts index 0e6b1bf..55e84af 100644 --- a/lib/route-recognizer.ts +++ b/lib/route-recognizer.ts @@ -178,7 +178,7 @@ type EmptyObject = typeof EmptyObject; const EmptyArray = Object.freeze([]) as ReadonlyArray; type EmptyArray = typeof EmptyArray; -// The `names` will be populated with the paramter name for each dynamic/star +// The `names` will be populated with the parameter name for each dynamic/star // segment. `shouldDecodes` will be populated with a boolean for each dyanamic/star // segment, indicating whether it should be decoded during recognition. function parse(