docs(core): update grammatically correct statement (#9039)

This commit is contained in:
Faran Shaikh 2022-02-20 22:25:21 +01:00 committed by GitHub
parent 7a982af595
commit adb40db6c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ lot** faster than using Lerna.
### Computation Caching ### Computation Caching
Nx supports computation caching. If it has seen the computation you are trying to perform, it's going extract the result Nx supports computation caching. If it has seen the computation you are trying to perform, it's going to extract the result
from its cache instead of running it. To see it in action, run the same command twice: `nx build myproj` and then from its cache instead of running it. To see it in action, run the same command twice: `nx build myproj` and then
again `nx build myproj`. This cache can be shared with your teammates and your CI. Your whole organisation will never again `nx build myproj`. This cache can be shared with your teammates and your CI. Your whole organisation will never
build or test the same thing twice when using Nx. build or test the same thing twice when using Nx.