docs: fix typo (#5732)

Co-authored-by: konstin <konstin@mailbox.org>
This commit is contained in:
Jelle Zijlstra 2024-08-02 11:23:53 -07:00 committed by GitHub
parent db371560bc
commit 4096bcef3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -65,9 +65,9 @@ dependencies = []
dev-dependencies = []
```
This is where you specify dependencies, as well as details about the project such as it's
description or license. You can edit this file manually, or use commands like `uv add` and
`uv remove` to manage your project through the CLI.
This is where you specify dependencies, as well as details about the project such as its description
or license. You can edit this file manually, or use commands like `uv add` and `uv remove` to manage
your project through the CLI.
!!! tip