Browse Source

✏️ Fix validation parameter name in docs, from `regex` to `pattern` (#10085)

pull/10204/head
Pablo Dorrío Vázquez 2 years ago
committed by GitHub
parent
commit
c502197d7c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/docs/tutorial/query-params-str-validations.md

2
docs/en/docs/tutorial/query-params-str-validations.md

@ -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.

Loading…
Cancel
Save