]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
📝 Fix minor typos and issues in the documentation (#12063)
authorSofie Van Landeghem <svlandeg@users.noreply.github.com>
Sat, 24 Aug 2024 21:52:09 +0000 (23:52 +0200)
committerGitHub <noreply@github.com>
Sat, 24 Aug 2024 21:52:09 +0000 (16:52 -0500)
commit6aa44a85a211f5175b2b45d0dbf23128f6be0627
tree731b26328fc65d228fbfdde6a093e6a37934e2f7
parente4727ed20aa83604a9d28d397e4ce4994f8b9640
📝 Fix minor typos and issues in the documentation (#12063)
19 files changed:
README.md
docs/en/docs/advanced/response-directly.md
docs/en/docs/async.md
docs/en/docs/index.md
docs/en/docs/python-types.md
docs/en/docs/tutorial/bigger-applications.md
docs/en/docs/tutorial/body-multiple-params.md
docs/en/docs/tutorial/body-updates.md
docs/en/docs/tutorial/body.md
docs/en/docs/tutorial/cors.md
docs/en/docs/tutorial/dependencies/classes-as-dependencies.md
docs/en/docs/tutorial/extra-data-types.md
docs/en/docs/tutorial/handling-errors.md
docs/en/docs/tutorial/index.md
docs/en/docs/tutorial/middleware.md
docs/en/docs/tutorial/query-params-str-validations.md
docs/en/docs/tutorial/schema-extra-example.md
docs/en/docs/tutorial/security/first-steps.md
docs/en/docs/tutorial/security/get-current-user.md