Skip to content

Commit 49146cf

Browse files
committed
Fix moviesPrepService typo in Resolve section
Fix moviesPrepService typo in Route Resolve section
1 parent 3d825e3 commit 49146cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

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

1447-
function moviePrepService(movieService) {
1447+
function moviesPrepService(movieService) {
14481448
return movieService.getMovies();
14491449
}
14501450

0 commit comments

Comments
 (0)