diff --git a/README.md b/README.md index 78cf4bae41..4a58dc8460 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ width="100%" alt="Nx - Smart, Extensible Build Framework">
🔎 **Smart, Extensible Build Framework** -Nx is a smart and extensible build framework for monorepos to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation caching, an advanced CLI, editor support, GitHub integration, and more. +Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation caching, an advanced CLI, editor support, GitHub integration, and more. ### Best-in-Class Support for Monorepos diff --git a/nx-dev/nx-dev/pages/angular.tsx b/nx-dev/nx-dev/pages/angular.tsx index e4f9a8af58..efe2563945 100644 --- a/nx-dev/nx-dev/pages/angular.tsx +++ b/nx-dev/nx-dev/pages/angular.tsx @@ -251,7 +251,7 @@ export function AngularPage() {
Nx partitions commands
into a graph of smaller tasks. Nx then runs those tasks in
- parallel, and
+ parallel, and{' '}
it can even distribute them across many machines without
any configuration
diff --git a/nx-dev/nx-dev/pages/index.tsx b/nx-dev/nx-dev/pages/index.tsx
index 534c39ad46..895e2c293d 100644
--- a/nx-dev/nx-dev/pages/index.tsx
+++ b/nx-dev/nx-dev/pages/index.tsx
@@ -19,7 +19,7 @@ export function Index() {