这是indexloc提供的服务,不要输入任何密码
Skip to content

Fix overstate typo in command-line-reference #189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/docs/reference/command-line-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ turbo run build test lint --graph=my-graph.png
graph at the moment, even if that pipeline task does not actually exist in a
given package. This has no impact on execution, it just means that:

- the terminal output may over state the number of packages in which a task is running.
- the terminal output may overstate the number of packages in which a task is running.
- your dot viz graph may contain additional nodes that represents tasks that do not exist.
</Callout>

Expand Down