From 078dd06dd9454702fc1b3790561b8312b752585a Mon Sep 17 00:00:00 2001 From: Bouzid Badreddine Date: Wed, 8 May 2024 21:22:32 +0100 Subject: [PATCH] add missing minus (#22252) ## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes # Co-authored-by: Isaac Mann --- docs/shared/features/explore-graph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shared/features/explore-graph.md b/docs/shared/features/explore-graph.md index 6fe5278cca..885eb48410 100644 --- a/docs/shared/features/explore-graph.md +++ b/docs/shared/features/explore-graph.md @@ -202,7 +202,7 @@ Nx uses the project graph of your workspace to determine the order in which to [ ```shell nx build myreactapp --graph # View the graph for building myreactapp -nx run-many -targets build --graph # View the graph for building all projects +nx run-many --targets build --graph # View the graph for building all projects nx affected --targets build --graph # View the graph for building the affected projects ```