diff --git a/README.md b/README.md index db1c52c..293a8b9 100644 --- a/README.md +++ b/README.md @@ -450,7 +450,7 @@ On Windows, remove the `-S` from the shebang and execute the script using the `p ## Package Dependency Tree `uv tree` is a command for listing installed packages in the form of a dependency tree. For large -projects, it is often difficult to determine dependency relationships soley from manually +projects, it is often difficult to determine dependency relationships solely from manually inspecting `uv.lock`. ```shell diff --git a/pyproject.toml b/pyproject.toml index 501dddf..367836e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ docs = [ "mkdocs-material", "mkdocs-htmlproofer-plugin", - # Python API documentation (not neccessary for applications). + # Python API documentation (not necessary for applications). "mkdocstrings[python]", # Autodoc. "mkdocs-api-autonav",