From adb40db6c61077d76d508fa8fce05cde14b58637 Mon Sep 17 00:00:00 2001 From: Faran Shaikh Date: Sun, 20 Feb 2022 22:25:21 +0100 Subject: [PATCH] docs(core): update grammatically correct statement (#9039) --- docs/shared/migration/adding-to-monorepo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shared/migration/adding-to-monorepo.md b/docs/shared/migration/adding-to-monorepo.md index d088feb109..0b9c9c5cc2 100644 --- a/docs/shared/migration/adding-to-monorepo.md +++ b/docs/shared/migration/adding-to-monorepo.md @@ -47,7 +47,7 @@ lot** faster than using Lerna. ### 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 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.