Fix and improve docs (#13620)
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary I follow the advices from the IDE spell checker and grammar checker, fix some typos, and improve the docs.
This commit is contained in:
@@ -50,7 +50,7 @@ the workspace context.
|
||||
|
||||
Every workspace needs a root, which is _also_ a workspace member. In the above example, `albatross`
|
||||
is the workspace root, and the workspace members include all projects under the `packages`
|
||||
directory, with the exception of `seeds`.
|
||||
directory, except `seeds`.
|
||||
|
||||
By default, `uv run` and `uv sync` operates on the workspace root. For example, in the above
|
||||
example, `uv run` and `uv run --package albatross` would be equivalent, while
|
||||
|
||||
Reference in New Issue
Block a user