Skip to content

Commit ec18f48

Browse files
authored
Fix typo (astral-sh#14341)
1 parent 0cfbdce commit ec18f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/projects/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = ["httpx>=0.27.2"]
3737
```
3838

3939
The [`--dev`](#development-dependencies), [`--group`](#dependency-groups), or
40-
[`--optional`](#optional-dependencies) flags can be used to add a dependencies to an alternative
40+
[`--optional`](#optional-dependencies) flags can be used to add dependencies to an alternative
4141
field.
4242

4343
The dependency will include a constraint, e.g., `>=0.27.2`, for the most recent, compatible version

0 commit comments

Comments
 (0)