Skip to content

Commit 3fe581e

Browse files
authored
docs(link): Correct another invalid anchor in link in cookies.md
1 parent c7030d3 commit 3fe581e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/cookies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ findAll(@Res({ passthrough: true }) response: Response) {
4949
}
5050
```
5151

52-
> warning **Warning** If you want to leave the response handling logic to the framework, remember to set the `passthrough` option to `true`, as shown above. Read more [here](/controllers#appendix-library-specific-approach).
52+
> warning **Warning** If you want to leave the response handling logic to the framework, remember to set the `passthrough` option to `true`, as shown above. Read more [here](/controllers#library-specific-approach).
5353
5454
> info **Hint** The `@Res()` decorator is imported from the `@nestjs/common`, while `Response` from the `express` package.
5555

0 commit comments

Comments
 (0)