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.
This commit is contained in:
Deividas / Dunixas
2025-04-16 00:13:51 +03:00
committed by GitHub
parent e178cc1b7a
commit df35919d5a
+1 -1
View File
@@ -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: