From 74964a44df4ecdd2d62fe8f5d959a6c79c436de2 Mon Sep 17 00:00:00 2001 From: Levi Date: Tue, 2 Aug 2022 15:41:56 +0800 Subject: [PATCH] docs: missing letter l of null (#1492) --- packages/router/src/matcher/pathParserRanker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/router/src/matcher/pathParserRanker.ts b/packages/router/src/matcher/pathParserRanker.ts index b5d672a7..ed99c613 100644 --- a/packages/router/src/matcher/pathParserRanker.ts +++ b/packages/router/src/matcher/pathParserRanker.ts @@ -28,7 +28,7 @@ export interface PathParser { */ keys: PathParserParamKey[] /** - * Parses a url and returns the matched params or nul if it doesn't match. An + * Parses a url and returns the matched params or null if it doesn't match. An * optional param that isn't preset will be an empty string. A repeatable * param will be an array if there is at least one value. * -- 2.47.2