Skip to content

Commit

Permalink
fix: sync repeated when sync / async was intended (vuejs#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscalo committed Aug 16, 2020
1 parent 217adc6 commit de64615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active-rfcs/0037-router-return-guards.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ router.beforeEach(async (to) => {

## Errors

Unexpected errors can still be thrown synchronously or synchronously:
Unexpected errors can still be thrown synchronously or asynchronously:

```js
router.beforeEach((to) => {
Expand Down

0 comments on commit de64615

Please sign in to comment.