Skip to content

Commit 59ebe8f

Browse files
authored
docs: fix typo in README (#674)
1 parent 803c151 commit 59ebe8f

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
@@ -379,7 +379,7 @@ getUsers(@QueryParam("limit") limit: number) {
379379
```
380380

381381
If you want to inject all query parameters use `@QueryParams()` decorator.
382-
The bigest benefit of this approach is that you can perform validation of the params.
382+
The biggest benefit of this approach is that you can perform validation of the params.
383383

384384
```typescript
385385
enum Roles {

0 commit comments

Comments
 (0)