Skip to content

Commit 15376c7

Browse files
authored
docs: Update navigation-guards.md (#1630)
1 parent d9adc01 commit 15376c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/guide/advanced/navigation-guards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ It's also possible to throw an `Error` if an unexpected situation was met. This
5151

5252
If nothing, `undefined` or `true` is returned, **the navigation is validated**, and the next navigation guard is called.
5353

54-
All of the the things above **work the same way with `async` functions** and Promises:
54+
All of the things above **work the same way with `async` functions** and Promises:
5555

5656
```js
5757
router.beforeEach(async (to, from) => {

0 commit comments

Comments
 (0)