Skip to content

Commit 078dd06

Browse files
ubugnuisaacplmann
andauthored
add missing minus (#22252)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # Co-authored-by: Isaac Mann <[email protected]>
1 parent 79ee857 commit 078dd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/shared/features/explore-graph.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Nx uses the project graph of your workspace to determine the order in which to [
202202

203203
```shell
204204
nx build myreactapp --graph # View the graph for building myreactapp
205-
nx run-many -targets build --graph # View the graph for building all projects
205+
nx run-many --targets build --graph # View the graph for building all projects
206206
nx affected --targets build --graph # View the graph for building the affected projects
207207
```
208208

0 commit comments

Comments
 (0)