Skip to content

Commit 70a3465

Browse files
authored
Merge pull request #572 from stefan-malcek/patch-1
Fix typo in example
2 parents b3bde95 + e3c9da5 commit 70a3465

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

565565
```typescript
566566
@Get("/users")
567-
@ContentType("text/cvs")
567+
@ContentType("text/csv")
568568
getUsers() {
569569
// ...
570570
}

0 commit comments

Comments
 (0)