Skip to content

Commit 888dafe

Browse files
zaccharlesfnlctrl
authored andcommitted
Correct singular to plural (#842)
* Correct singular to plural * Slight wording change
1 parent 06aaee1 commit 888dafe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/api/route-object.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ The route object can be found in multiple places:
1010

1111
- As the return value of calling `router.match(location)`;
1212

13-
- Inside navigation guards as the first and second argument:
13+
- Inside navigation guards as the first two arguments:
1414

1515
``` js
1616
router.beforeEach((to, from, next) => {
1717
// to and from are both route objects
1818
})
1919
```
2020

21-
- Inside the `scrollBehavior` function as the first and second argument:
21+
- Inside the `scrollBehavior` function as the first two arguments:
2222

2323
``` js
2424
const router = new VueRouter({

0 commit comments

Comments
 (0)