We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06aaee1 commit 888dafeCopy full SHA for 888dafe
docs/en/api/route-object.md
@@ -10,15 +10,15 @@ The route object can be found in multiple places:
10
11
- As the return value of calling `router.match(location)`;
12
13
-- Inside navigation guards as the first and second argument:
+- Inside navigation guards as the first two arguments:
14
15
``` js
16
router.beforeEach((to, from, next) => {
17
// to and from are both route objects
18
})
19
```
20
21
-- Inside the `scrollBehavior` function as the first and second argument:
+- Inside the `scrollBehavior` function as the first two arguments:
22
23
24
const router = new VueRouter({
0 commit comments