We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2c55a commit 3bd9aa7Copy full SHA for 3bd9aa7
content/techniques/streaming-files.md
@@ -46,7 +46,7 @@ export class FileController {
46
}
47
```
48
49
-The default content type is `application/octet-stream`, if you need to customize the response you can use `res.set`.
+The default content type is `application/octet-stream`, if you need to customize the response you can use the `res.set` method.
50
51
> info **hint** If the @Response parameter is present, it must have `{{ '{' }} passthrough: true {{ '}' }}`.
52
0 commit comments