From: Hotah Ma Date: Fri, 11 Apr 2025 15:58:47 +0000 (+0800) Subject: 📝 Fix typo in documentation (#13599) X-Git-Tag: 0.115.13~140 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1962bb22ff3c3b55bd7d09dd82ef62b72e3217d;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Fix typo in documentation (#13599) --- diff --git a/docs/en/docs/deployment/concepts.md b/docs/en/docs/deployment/concepts.md index e71a7487a6..ed13bc28d6 100644 --- a/docs/en/docs/deployment/concepts.md +++ b/docs/en/docs/deployment/concepts.md @@ -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