diff --git a/docs/shared/angular-standalone-tutorial/4-task-pipelines.md b/docs/shared/angular-standalone-tutorial/4-task-pipelines.md index d6350049e7..19d76a19e8 100644 --- a/docs/shared/angular-standalone-tutorial/4-task-pipelines.md +++ b/docs/shared/angular-standalone-tutorial/4-task-pipelines.md @@ -181,7 +181,7 @@ Another way that Nx saves you from unnecessary work is the `affected` command. ` Run the command: ```shell -git add . && git commit -m "commiting to test affected" +git add . ; git commit -m "commiting to test affected" ``` Then make a change to the styles of your `cart` project: diff --git a/docs/shared/angular-tutorial/4-workspace-optimization.md b/docs/shared/angular-tutorial/4-workspace-optimization.md index f9a6a5e5d4..08ed04a7e1 100644 --- a/docs/shared/angular-tutorial/4-workspace-optimization.md +++ b/docs/shared/angular-tutorial/4-workspace-optimization.md @@ -7,7 +7,7 @@ Run the command: ```shell -git add . && git commit -m "commiting to test affected" +git add . ; git commit -m "commiting to test affected" ``` Then make a change to the styles of your `common-ui` project: diff --git a/docs/shared/node-server-tutorial/4-task-pipelines.md b/docs/shared/node-server-tutorial/4-task-pipelines.md index 84ce260102..d9bd29bd70 100644 --- a/docs/shared/node-server-tutorial/4-task-pipelines.md +++ b/docs/shared/node-server-tutorial/4-task-pipelines.md @@ -171,7 +171,7 @@ Another way that Nx saves you from unnecessary work is the `affected` command. ` Run the command: ```shell -git add . && git commit -m "commiting to test affected" +git add . ; git commit -m "commiting to test affected" ``` Then make a change to an endpoint of your `products-api` project: diff --git a/docs/shared/react-standalone-tutorial/4-task-pipelines.md b/docs/shared/react-standalone-tutorial/4-task-pipelines.md index 79e2bb2868..dba3349ca3 100644 --- a/docs/shared/react-standalone-tutorial/4-task-pipelines.md +++ b/docs/shared/react-standalone-tutorial/4-task-pipelines.md @@ -153,7 +153,7 @@ Another way that Nx saves you from unnecessary work is the `affected` command. ` Run the command: ```shell -git add . && git commit -m "commiting to test affected" +git add . ; git commit -m "commiting to test affected" ``` Then make a change to the styles of your `cart` project: diff --git a/docs/shared/react-tutorial/4-workspace-optimization.md b/docs/shared/react-tutorial/4-workspace-optimization.md index 7e1ccbab07..fd8aee2a41 100644 --- a/docs/shared/react-tutorial/4-workspace-optimization.md +++ b/docs/shared/react-tutorial/4-workspace-optimization.md @@ -7,7 +7,7 @@ Run the command: ```shell -git add . && git commit -m "commiting to test affected" +git add . ; git commit -m "commiting to test affected" ``` Then make a change to the styles of your `common-ui` project: