Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 449cedf

Browse files
hvdbchirayuk
hvdb
authored andcommitted
docs(routing): minor documentation fix
Fixed missing quote and removed comma. Closes #1319
1 parent 51ee50a commit 449cedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/routing/module.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
* 'addRecipe': ngRoute(path: '/addRecipe', view: 'addRecipe.html'),
117117
* 'recipe': ngRoute(path: '/recipe/:recipeId', mount: {
118118
* 'view': ngRoute(path: '/view', view: 'viewRecipe.html'),
119-
* 'edit': ngRoute(path: '/edit', view: 'editRecipe.html),
119+
* 'edit': ngRoute(path: '/edit', view: 'editRecipe.html')
120120
* })
121121
* });
122122
*/

0 commit comments

Comments
 (0)