]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: missing letter l of null (#1492)
authorLevi <wangyuanjian1219@gmail.com>
Tue, 2 Aug 2022 07:41:56 +0000 (15:41 +0800)
committerGitHub <noreply@github.com>
Tue, 2 Aug 2022 07:41:56 +0000 (09:41 +0200)
packages/router/src/matcher/pathParserRanker.ts

index b5d672a70bb359238d26861004aed764b6ac9553..ed99c6133fc62890f6b868c65588ed3a67582adc 100644 (file)
@@ -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.
    *