diff --git a/README.md b/README.md index 31d949eb84..453455cf4b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ That's why Nx doesn't rebuild and retest everything on every commit--it . Nx partitions commands into a graph of smaller tasks. Nx then runs those tasks in parallel, -and it can even distribute them across many machines without any configuration. +and it can even distribute them across multiple machines without any configuration. Nx also uses a distributed computation cache. If someone has already built or tested similar code, Nx will use their results to speed up the command for everyone else. diff --git a/scripts/readme-fragments/what-is-nx.md b/scripts/readme-fragments/what-is-nx.md index bbe04cc434..9b04316698 100644 --- a/scripts/readme-fragments/what-is-nx.md +++ b/scripts/readme-fragments/what-is-nx.md @@ -9,7 +9,7 @@ That's why Nx doesn't rebuild and retest everything on every commit--it . Nx partitions commands into a graph of smaller tasks. Nx then runs those tasks in parallel, -and it can even distribute them across many machines without any configuration. +and it can even distribute them across multiple machines without any configuration. Nx also uses a distributed computation cache. If someone has already built or tested similar code, Nx will use their results to speed up the command for everyone else.