From 4b67eb38c5f323557b3fe43836588e05595ffcce Mon Sep 17 00:00:00 2001 From: Saurabh Date: Fri, 29 May 2026 15:50:32 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20first-steps=20entrypoint?= =?UTF-8?q?=20wording?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- docs/en/docs/tutorial/first-steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/tutorial/first-steps.md b/docs/en/docs/tutorial/first-steps.md index ae43e401ba..b11775437d 100644 --- a/docs/en/docs/tutorial/first-steps.md +++ b/docs/en/docs/tutorial/first-steps.md @@ -194,7 +194,7 @@ Or, you can also pass the `--entrypoint` option to the `fastapi dev` command: $ fastapi dev --entrypoint main:app ``` -But you would have to remember to pass the correct path\entrypoint every time you call the `fastapi` command. +But you would have to remember to pass the correct path/entrypoint every time you call the `fastapi` command. Additionally, other tools might not be able to find it, for example the [VS Code Extension](../editor-support.md) or [FastAPI Cloud](https://fastapicloud.com), so it is recommended to use the `entrypoint` in `pyproject.toml`.