diff --git a/docs/route.md b/docs/route.md index 712c6845..a883e833 100644 --- a/docs/route.md +++ b/docs/route.md @@ -323,7 +323,7 @@ It's also possible to have variadic routes, i.e. a route with an argument that c ```javascript m.route(document.body, "/edit/pictures/image.jpg", { - "/files/:file...": Edit, + "/edit/:file...": Edit, }) ```