diff --git a/docs/concepts/dependencies.md b/docs/concepts/dependencies.md index 20da9f23d..e5cdb309e 100644 --- a/docs/concepts/dependencies.md +++ b/docs/concepts/dependencies.md @@ -58,7 +58,7 @@ dependencies = [ If the project only requires packages from standard package indexes, then `project.dependencies` is sufficient. If the project depends on packages from Git, remote URLs, or local sources, `tool.uv.sources` can be used to enrich the dependency metadata without ejecting from the -stands-compliant `project.dependencies` table. +standards-compliant `project.dependencies` table. !!! tip