From 40d9c0a2eb92e0425d705d7ad421801915c502a4 Mon Sep 17 00:00:00 2001 From: Aaron Yeung Date: Sat, 3 Jan 2026 11:04:38 -0800 Subject: [PATCH] Fix typo in dependency-groups.md --- uv/dependency-groups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv/dependency-groups.md b/uv/dependency-groups.md index 77506dc72..502b3452e 100644 --- a/uv/dependency-groups.md +++ b/uv/dependency-groups.md @@ -158,7 +158,7 @@ dev = [ ] ``` -Now if you just want to use the test depenedncies you can run this: +Now if you just want to use the test dependencies you can run this: ```bash uv run --group test pytest ```