Shared docs fix (#17323)

This commit is contained in:
Daniel Glejzner 2023-06-01 13:47:25 +02:00 committed by GitHub
parent 51ff8627d4
commit fac7edc0a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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: