diff --git a/docs/generated/packages/detox.json b/docs/generated/packages/detox.json index d8c26b5598286..4eea0bc96989c 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": "Detox Plugin for Nx", + "description": "The Nx Plugin for Detox contains executors and generators allowing your workspace to use the powerful Detox integration testing capabilities.", "root": "/packages/detox", "source": "/packages/detox/src", "generators": [ @@ -23,7 +23,7 @@ "required": [], "presets": [] }, - "description": "Initialize the @nrwl/detox plugin", + "description": "Initialize the `@nrwl/detox` plugin.", "hidden": true, "implementation": "/packages/detox/src/generators/init/init#detoxInitGenerator.ts", "aliases": [], @@ -81,7 +81,7 @@ }, "aliases": ["app"], "x-type": "application", - "description": "Create a detox application", + "description": "Create a Detox application.", "implementation": "/packages/detox/src/generators/application/application#detoxApplicationGenerator.ts", "hidden": false, "path": "/packages/detox/src/generators/application/schema.json" diff --git a/packages/detox/generators.json b/packages/detox/generators.json index 24f5df6b7aea2..62f576cec4ea2 100644 --- a/packages/detox/generators.json +++ b/packages/detox/generators.json @@ -6,7 +6,7 @@ "init": { "factory": "./src/generators/init/init#detoxInitSchematic", "schema": "./src/generators/init/schema.json", - "description": "Initialize the @nrwl/detox plugin", + "description": "Initialize the `@nrwl/detox` plugin.", "hidden": true }, "application": { @@ -14,14 +14,14 @@ "schema": "./src/generators/application/schema.json", "aliases": ["app"], "x-type": "application", - "description": "Create a detox application" + "description": "Create a Detox application." } }, "generators": { "init": { "factory": "./src/generators/init/init#detoxInitGenerator", "schema": "./src/generators/init/schema.json", - "description": "Initialize the @nrwl/detox plugin", + "description": "Initialize the `@nrwl/detox` plugin.", "hidden": true }, "application": { @@ -29,7 +29,7 @@ "schema": "./src/generators/application/schema.json", "aliases": ["app"], "x-type": "application", - "description": "Create a detox application" + "description": "Create a Detox application." } } } diff --git a/packages/detox/package.json b/packages/detox/package.json index 41e0fe14e6c6e..ae7843be8c57d 100644 --- a/packages/detox/package.json +++ b/packages/detox/package.json @@ -1,7 +1,7 @@ { "name": "@nrwl/detox", "version": "0.0.1", - "description": "Detox Plugin for Nx", + "description": "The Nx Plugin for Detox contains executors and generators allowing your workspace to use the powerful Detox integration testing capabilities.", "keywords": [ "Monorepo", "React",