From f756240f2a873e060f810136be3206ee48333029 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 15 Jun 2026 20:01:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tr/docs/deployment/server-workers.md | 4 ++-- docs/tr/docs/tutorial/first-steps.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tr/docs/deployment/server-workers.md b/docs/tr/docs/deployment/server-workers.md index 036c1c545..878048e32 100644 --- a/docs/tr/docs/deployment/server-workers.md +++ b/docs/tr/docs/deployment/server-workers.md @@ -61,7 +61,7 @@ $ fastapi run --workers 4 INFO Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit) INFO Started parent process [27365] - INFO Started server process [27368] + INFO Started server process [27368] INFO Started server process [27369] INFO Started server process [27370] INFO Started server process [27367] @@ -72,7 +72,7 @@ $ fastapi run --workers 4 INFO Application startup complete. INFO Application startup complete. INFO Application startup complete. - INFO Application startup complete. + INFO Application startup complete. ``` diff --git a/docs/tr/docs/tutorial/first-steps.md b/docs/tr/docs/tutorial/first-steps.md index df96ca914..1d5cf6fbc 100644 --- a/docs/tr/docs/tutorial/first-steps.md +++ b/docs/tr/docs/tutorial/first-steps.md @@ -43,7 +43,7 @@ $ fastapi dev INFO Started reloader process [383138] using WatchFiles INFO Started server process [383153] INFO Waiting for application startup. - INFO Application startup complete. + INFO Application startup complete. ```