We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803c151 commit 59ebe8fCopy full SHA for 59ebe8f
README.md
@@ -379,7 +379,7 @@ getUsers(@QueryParam("limit") limit: number) {
379
```
380
381
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.
+The biggest benefit of this approach is that you can perform validation of the params.
383
384
```typescript
385
enum Roles {
0 commit comments