Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongemi committed Aug 4, 2021
1 parent 2dd7f90 commit f38e01e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/angular/api-detox/generators/application.md
@@ -1,6 +1,6 @@
# @nrwl/detox:application

Create an application
Create a detox application

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-detox/generators/application.md
@@ -1,6 +1,6 @@
# @nrwl/detox:application

Create an application
Create a detox application

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-detox/generators/application.md
@@ -1,6 +1,6 @@
# @nrwl/detox:application

Create an application
Create a detox application

## Usage

Expand Down
4 changes: 2 additions & 2 deletions packages/detox/generators.json
Expand Up @@ -13,7 +13,7 @@
"factory": "./src/generators/application/application#detoxApplicationSchematic",
"schema": "./src/generators/application/schema.json",
"aliases": ["app"],
"description": "Create an detox application"
"description": "Create a detox application"
}
},
"generators": {
Expand All @@ -27,7 +27,7 @@
"factory": "./src/generators/application/application#detoxApplicationGenerator",
"schema": "./src/generators/application/schema.json",
"aliases": ["app"],
"description": "Create an detox application"
"description": "Create a detox application"
}
}
}

0 comments on commit f38e01e

Please sign in to comment.