From 4351e99808cfcdb5a233501040e9303688050a19 Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com> Date: Thu, 24 Mar 2022 17:15:00 -0400 Subject: [PATCH] docs(core): detox package description improvements (#9508) --- docs/generated/packages/detox.json | 2 +- packages/detox/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/generated/packages/detox.json b/docs/generated/packages/detox.json index 4eea0bc96989c..07c9b3a783838 100644 --- a/docs/generated/packages/detox.json +++ b/docs/generated/packages/detox.json @@ -1,7 +1,7 @@ { "githubRoot": "https://github.com/nrwl/nx/blob/master", "name": "detox", - "description": "The Nx Plugin for Detox contains executors and generators allowing your workspace to use the powerful Detox integration testing capabilities.", + "description": "The Nx Plugin for Detox that contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.", "root": "/packages/detox", "source": "/packages/detox/src", "generators": [ diff --git a/packages/detox/package.json b/packages/detox/package.json index ae7843be8c57d..f856913cdd8b3 100644 --- a/packages/detox/package.json +++ b/packages/detox/package.json @@ -1,7 +1,7 @@ { "name": "@nrwl/detox", "version": "0.0.1", - "description": "The Nx Plugin for Detox contains executors and generators allowing your workspace to use the powerful Detox integration testing capabilities.", + "description": "The Nx Plugin for Detox that contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.", "keywords": [ "Monorepo", "React",