From df35919d5adeaf7db2b120ca923511ef37091f38 Mon Sep 17 00:00:00 2001 From: Deividas / Dunixas <66724994+dasAtRagedy@users.noreply.github.com> Date: Wed, 16 Apr 2025 00:13:51 +0300 Subject: [PATCH] teeny gramatical error in docs (#12908) ## Summary Incorrect use of the indefinite article- 'an project' instead of 'a project' ## Test Plan Was not tested due to it being a small change to docs wording without change in formatting. --- docs/guides/integration/fastapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/integration/fastapi.md b/docs/guides/integration/fastapi.md index 6693f46d3..eeebba532 100644 --- a/docs/guides/integration/fastapi.md +++ b/docs/guides/integration/fastapi.md @@ -42,7 +42,7 @@ To use uv with this application, inside the `project` directory run: $ uv init --app ``` -This creates an [project with an application layout](../../concepts/projects/init.md#applications) +This creates a [project with an application layout](../../concepts/projects/init.md#applications) and a `pyproject.toml` file. Then, add a dependency on FastAPI: