Skip to content

Commit 2d97641

Browse files
dctalbotsivakumar-kailasam
authored andcommitted
Typo
1 parent 26a7cc7 commit 2d97641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v3.3.0/tutorial/subroutes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export default function() {
226226

227227
// Find and return the provided rental from our rental list above
228228
this.get('/rentals/:id', function (db, request) {
229-
return { data: rentals.find((rental) => request.params.id === rental.id/) };
229+
return { data: rentals.find((rental) => request.params.id === rental.id) };
230230
});
231231

232232
}

0 commit comments

Comments
 (0)