diff --git a/lib/routing/module.dart b/lib/routing/module.dart index 7430de4cd..d981b9b90 100644 --- a/lib/routing/module.dart +++ b/lib/routing/module.dart @@ -116,7 +116,7 @@ * 'addRecipe': ngRoute(path: '/addRecipe', view: 'addRecipe.html'), * 'recipe': ngRoute(path: '/recipe/:recipeId', mount: { * 'view': ngRoute(path: '/view', view: 'viewRecipe.html'), - * 'edit': ngRoute(path: '/edit', view: 'editRecipe.html), + * 'edit': ngRoute(path: '/edit', view: 'editRecipe.html'), * }) * }); */