Skip to content

Commit 3bd9aa7

Browse files
Update content/techniques/streaming-files.md
1 parent 7c2c55a commit 3bd9aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/streaming-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class FileController {
4646
}
4747
```
4848

49-
The default content type is `application/octet-stream`, if you need to customize the response you can use `res.set`.
49+
The default content type is `application/octet-stream`, if you need to customize the response you can use the `res.set` method.
5050

5151
> info **hint** If the @Response parameter is present, it must have `{{ '{' }} passthrough: true {{ '}' }}`.
5252

0 commit comments

Comments
 (0)