From: Levi Date: Tue, 2 Aug 2022 07:41:56 +0000 (+0800) Subject: docs: missing letter l of null (#1492) X-Git-Tag: v4.1.4~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74964a44df4ecdd2d62fe8f5d959a6c79c436de2;p=thirdparty%2Fvuejs%2Frouter.git docs: missing letter l of null (#1492) --- 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. *