Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit f4f4122

Browse files
authored
Update docs/content/3.api/3.utils/define-nuxt-route-middleware.md
1 parent b39593f commit f4f4122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/3.api/3.utils/define-nuxt-route-middleware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface RouteMiddleware {
2020

2121
- **Type**: `RouteMiddleware`
2222

23-
A function which takes two Vue Router's route location objects as parameters: the next route `to` as the first, and the current route `from` as the second.
23+
A function that takes two Vue Router's route location objects as parameters: the next route `to` as the first, and the current route `from` as the second.
2424

2525
Learn more about available properties of `RouteLocationNormalized` in the **[Vue Router docs](https://router.vuejs.org/api/interfaces/RouteLocationNormalized.html)**.
2626

0 commit comments

Comments
 (0)