]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏️ Fix typo in `docs/en/docs/tutorial/dependencies/dependencies-in-path-operation...
authorRagul K <78537172+ragul-kachiappan@users.noreply.github.com>
Sat, 2 Sep 2023 15:32:48 +0000 (21:02 +0530)
committerGitHub <noreply@github.com>
Sat, 2 Sep 2023 15:32:48 +0000 (17:32 +0200)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md

index 935555339a25e1b18ca83395dc52a9a8a4664081..ccef5aef4b27fdcef1c6e42e458c60295ef96ed7 100644 (file)
@@ -35,7 +35,7 @@ It should be a `list` of `Depends()`:
     {!> ../../../docs_src/dependencies/tutorial006.py!}
     ```
 
-These dependencies will be executed/solved the same way normal dependencies. But their value (if they return any) won't be passed to your *path operation function*.
+These dependencies will be executed/solved the same way as normal dependencies. But their value (if they return any) won't be passed to your *path operation function*.
 
 !!! tip
     Some editors check for unused function parameters, and show them as errors.