Skip to content

Commit

Permalink
docs: fix typo in README (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
FriendlyUser committed Mar 24, 2021
1 parent 803c151 commit 59ebe8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -379,7 +379,7 @@ getUsers(@QueryParam("limit") limit: number) {
```

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

```typescript
enum Roles {
Expand Down

0 comments on commit 59ebe8f

Please sign in to comment.