Skip to content

Commit 8b0fe57

Browse files
committed
Oops! named the route resolve function
1 parent 249337f commit 8b0fe57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
13491349
});
13501350
}
13511351

1352-
function(movieService) {
1352+
function moviePrepService(movieService) {
13531353
return movieService.getMovies();
13541354
}
13551355

0 commit comments

Comments
 (0)