]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update docs, Form Models section title, to match config name (#12152)
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 6 Sep 2024 17:38:23 +0000 (19:38 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Sep 2024 17:38:23 +0000 (17:38 +0000)
docs/en/docs/tutorial/request-form-models.md

index a317ee14d097bdf694aede76b8066b957e7ab7ec..1440d17b8b983f8e35cc9c85f8ca670c407f12a3 100644 (file)
@@ -64,7 +64,7 @@ You can verify it in the docs UI at `/docs`:
 <img src="/img/tutorial/request-form-models/image01.png">
 </div>
 
-## Restrict Extra Form Fields
+## Forbid Extra Form Fields
 
 In some special use cases (probably not very common), you might want to **restrict** the form fields to only those declared in the Pydantic model. And **forbid** any **extra** fields.