]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: RouteRecord to RouteRecordNormalized (#1348)
authorJamie Gaehring <gaehj457@gmail.com>
Fri, 18 Mar 2022 15:05:38 +0000 (11:05 -0400)
committerGitHub <noreply@github.com>
Fri, 18 Mar 2022 15:05:38 +0000 (16:05 +0100)
docs/api/index.md

index 72db6f23ea5071675b260a7324f24f967e5473c9..29b3a19d19d6ec2cbd52c0a0d4889c5474550116 100644 (file)
@@ -537,12 +537,12 @@ forward(): void
 
 ### getRoutes
 
-Get a full list of all the [route records](#routerecord).
+Get a full list of all the [route records](#routerecordnormalized).
 
 **Signature:**
 
 ```typescript
-getRoutes(): RouteRecord[]
+getRoutes(): RouteRecordNormalized[]
 ```
 
 ### go
@@ -1017,7 +1017,7 @@ Normalized route location. Does not have any [redirect records](#routerecordraw)
 - **Type**: [`RouteRecordNormalized[]`](#routerecordnormalized)
 - **Details**:
 
-  Array of [normalized route records](#routerecord) that were matched with the given route location.
+  Array of [normalized route records](#routerecordnormalized) that were matched with the given route location.
 
 ### meta