Skip to content

Commit

Permalink
Update docs.md (#257)
Browse files Browse the repository at this point in the history
Add missing double quote
  • Loading branch information
cemremengu committed Jan 5, 2024
1 parent 0afecdf commit d61580c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ host() // host as string

queryParam("name") // query param by name as string
queryParamAsClass("name", clazz) // query param parameter by name, as validator typed as specified class
queryParams("name) // list of query parameters by name
queryParams("name") // list of query parameters by name
queryParamMap() // map of all query parameters
queryString() // full query string

Expand Down

0 comments on commit d61580c

Please sign in to comment.