Skip to content

Commit f023c7e

Browse files
committed
style: don't you
1 parent 6fc927d commit f023c7e

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
@@ -269,7 +269,7 @@ export class UserController {
269269
@Get("/posts")
270270
getAllPosts(@Req() request: any, @Res() response: any) {
271271
// some response functions don't return the response object,
272-
// so you need to return it explicitly
272+
// so it needs to be returned explicitly
273273
response.redirect("/users");
274274
275275
return response;

0 commit comments

Comments
 (0)