Skip to content

Commit

Permalink
✏️ Fix validation parameter name in docs, from regex to pattern (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodorrio authored Sep 2, 2023
1 parent 7f1deda commit c502197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/docs/tutorial/query-params-str-validations.md
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ Validations specific for strings:

* `min_length`
* `max_length`
* `regex`
* `pattern`

In these examples you saw how to declare validations for `str` values.

Expand Down

0 comments on commit c502197

Please sign in to comment.