]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Fix typo in documentation (#13599)
authorHotah Ma <mahongtao0x7e0@163.com>
Fri, 11 Apr 2025 15:58:47 +0000 (23:58 +0800)
committerGitHub <noreply@github.com>
Fri, 11 Apr 2025 15:58:47 +0000 (17:58 +0200)
docs/en/docs/deployment/concepts.md

index e71a7487a6169159ff952b4f050af530d8161601..ed13bc28d615720ae147c52e883274cbd4836ace 100644 (file)
@@ -65,7 +65,7 @@ The word **program** is commonly used to describe many things:
 
 * The **code** that you write, the **Python files**.
 * The **file** that can be **executed** by the operating system, for example: `python`, `python.exe` or `uvicorn`.
-* A particular program while it is **running** on the operating system, using the CPU, and storing things on memory. This is also called a **process**.
+* A particular program while it is **running** on the operating system, using the CPU, and storing things in memory. This is also called a **process**.
 
 ### What is a Process