Skip to content

Commit de64615

Browse files
authored
fix: sync repeated when sync / async was intended (#201)
1 parent 217adc6 commit de64615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

active-rfcs/0037-router-return-guards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ router.beforeEach(async (to) => {
7676

7777
## Errors
7878

79-
Unexpected errors can still be thrown synchronously or synchronously:
79+
Unexpected errors can still be thrown synchronously or asynchronously:
8080

8181
```js
8282
router.beforeEach((to) => {

0 commit comments

Comments
 (0)