Skip to content

Commit e3c9da5

Browse files
Fix typo in example
Fix content type format.
1 parent e7be722 commit e3c9da5

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
@@ -554,7 +554,7 @@ You can specify a custom ContentType header:
554554

555555
```typescript
556556
@Get("/users")
557-
@ContentType("text/cvs")
557+
@ContentType("text/csv")
558558
getUsers() {
559559
// ...
560560
}

0 commit comments

Comments
 (0)