Skip to content

Commit

Permalink
docs: RouteRecord to RouteRecordNormalized (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaehring committed Mar 18, 2022
1 parent faa8562 commit f672bf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f672bf0

Please sign in to comment.