From 8f389692462cb21e77d8c2836505a3a172949fda Mon Sep 17 00:00:00 2001 From: Nils Lindemann Date: Sun, 5 Nov 2023 15:14:51 +0100 Subject: [PATCH] Better wording --- docs/en/docs/tutorial/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/tutorial/debugging.md b/docs/en/docs/tutorial/debugging.md index 7695433362..ec0e9e44e0 100644 --- a/docs/en/docs/tutorial/debugging.md +++ b/docs/en/docs/tutorial/debugging.md @@ -156,7 +156,7 @@ Since you are now running the Uvicorn server directly from your code, you can ca * Simply click on the green triangle that appears to the left of the line `if __name__ == "__main__":` and select "Debug 'myapp'". -* The debugger is started. A console will open at the bottom showing that the uvicorn development server is starting. +* The debugger starts. A console window opens at the bottom, showing that the Uvicorn development server is booting. * Then continue as under [Visual Studio Code](#visual-studio-code): Set breakpoints, load the page in the browser, examine the current state of your application. And again, this time at the bottom, you have buttons to continue debugging, stop debugging, etc. It looks something like this: