Skip to content

Commit a5f340b

Browse files
author
Christian Wesselhoeft
committed
Fix typo in upgrade guide.
1 parent f248a7b commit a5f340b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ an option:
188188

189189
// 0.11.x
190190
var router = Router.create({
191-
onErorr: fn,
191+
onError: fn,
192192
// ...
193193
});
194194
router.run(callback);

0 commit comments

Comments
 (0)