From 4096bcef3e80c66190f96bd8459ab56f559df6bd Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Fri, 2 Aug 2024 11:23:53 -0700 Subject: [PATCH] docs: fix typo (#5732) Co-authored-by: konstin --- docs/guides/projects.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/projects.md b/docs/guides/projects.md index 8302c7a1c..dad7995ad 100644 --- a/docs/guides/projects.md +++ b/docs/guides/projects.md @@ -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