Skip to content

Commit b0e5880

Browse files
committed
Small typo on the example of Transition Hooks
1 parent 6898b2c commit b0e5880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pipeline/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ We are asynchronously fetching data in the `activate` hook here just for the sak
9696

9797
``` js
9898
route: {
99-
acitvate ({ next }) {
99+
activate ({ next }) {
100100
// when done:
101101
next()
102102
}

0 commit comments

Comments
 (0)