]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏️ Fix typo in README installation instructions (#13011)
authorDave Hay <89824813+dave-hay@users.noreply.github.com>
Mon, 9 Dec 2024 12:57:05 +0000 (04:57 -0800)
committerGitHub <noreply@github.com>
Mon, 9 Dec 2024 12:57:05 +0000 (12:57 +0000)
README.md
docs/en/docs/index.md

index 7973f341bf4ac621f25e6679f3360fb3445fa87b..66ffd73552ab8099800a7e56b938aaedae76ff24 100644 (file)
--- a/README.md
+++ b/README.md
@@ -458,7 +458,7 @@ FastAPI depends on Pydantic and Starlette.
 
 ### `standard` Dependencies
 
-When you install FastAPI with `pip install "fastapi[standard]"` it comes the `standard` group of optional dependencies:
+When you install FastAPI with `pip install "fastapi[standard]"` it comes with the `standard` group of optional dependencies:
 
 Used by Pydantic:
 
index 4d0514241bc43d68b77c78a38b60462e4ef19027..cbe71c87ddaa0461268b7be5ad8e08c147844b59 100644 (file)
@@ -456,7 +456,7 @@ FastAPI depends on Pydantic and Starlette.
 
 ### `standard` Dependencies
 
-When you install FastAPI with `pip install "fastapi[standard]"` it comes the `standard` group of optional dependencies:
+When you install FastAPI with `pip install "fastapi[standard]"` it comes with the `standard` group of optional dependencies:
 
 Used by Pydantic: