Skip to content

Commit

Permalink
fix: fixing typo bigest to biggest in ReadMe
Browse files Browse the repository at this point in the history
Fixing typo
  • Loading branch information
FriendlyUser committed Mar 11, 2021
1 parent f8e00f3 commit 67bbd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 67bbd84

Please sign in to comment.