docs(react): add a missing space (#2562)

This commit is contained in:
Yuki Takemoto 2020-02-27 02:08:37 +09:00 committed by GitHub
parent 884b887d3e
commit d23a8cfb69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,7 +251,7 @@ nx dep-graph
![Full Stack Dependencies](./full-stack-deps.png)
If you change the data library, Nx will know that both the backend and the frontend can be affected by the change. This information can be used to test and build all areas affected by a change making Nx a powerful full-stack development environment that scales. You can read more about this Nx capability in the[Monorepos and Automation](/react/fundamentals/monorepos-automation) guide.
If you change the data library, Nx will know that both the backend and the frontend can be affected by the change. This information can be used to test and build all areas affected by a change making Nx a powerful full-stack development environment that scales. You can read more about this Nx capability in the [Monorepos and Automation](/react/fundamentals/monorepos-automation) guide.
## Summary