From 9eead681689819afaa3673ad03ece7f3bb6f33f8 Mon Sep 17 00:00:00 2001 From: Theo BABILON <70515951+TheoBabilon@users.noreply.github.com> Date: Mon, 12 Aug 2024 13:17:38 +0200 Subject: [PATCH] Fixed tools guide typo (#6027) Noticed this tiny typo when reading the tools guide documentation Co-authored-by: tbabilon --- docs/guides/tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/tools.md b/docs/guides/tools.md index d962628ea..0d89bf42a 100644 --- a/docs/guides/tools.md +++ b/docs/guides/tools.md @@ -39,7 +39,7 @@ $ uvx pycowsay hello from uv ``` -Tools are installed into temporary, isolated environmnets when using `uvx`. +Tools are installed into temporary, isolated environments when using `uvx`. ## Commands with different package names