Skip to content

Commit 53601da

Browse files
committed
Merge pull request #493 from xtian/master
Fix typo in upgrade guide.
2 parents ac731c5 + a5f340b commit 53601da

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)