Skip to content

Commit df35919

Browse files
authored
teeny gramatical error in docs (#12908)
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary <!-- What's the purpose of the change? What does it do, and why? --> Incorrect use of the indefinite article- 'an project' instead of 'a project' ## Test Plan <!-- How was it tested? --> Was not tested due to it being a small change to docs wording without change in formatting.
1 parent e178cc1 commit df35919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/integration/fastapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To use uv with this application, inside the `project` directory run:
4242
$ uv init --app
4343
```
4444

45-
This creates an [project with an application layout](../../concepts/projects/init.md#applications)
45+
This creates a [project with an application layout](../../concepts/projects/init.md#applications)
4646
and a `pyproject.toml` file.
4747

4848
Then, add a dependency on FastAPI:

0 commit comments

Comments
 (0)