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

This commit is contained in:
Pablo Dorrío Vázquez 2023-09-02 19:02:26 +02:00 committed by GitHub
parent 7f1dedac2c
commit c502197d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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