Skip to content

Commit

Permalink
docs(nx-plugin): fix typo of generate nx-plugin example (nrwl#15143)
Browse files Browse the repository at this point in the history
  • Loading branch information
titan-ron authored Feb 21, 2023
1 parent 0f92f52 commit 6796bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/generated/packages/nx-plugin/generators/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "object",
"examples": [
{
"command": "g plugin my-plugin --directory=plugins --importPath=@myorg/my-plugin",
"command": "nx g plugin my-plugin --directory=plugins --importPath=@myorg/my-plugin",
"description": "Generate `libs/plugins/my-plugin`"
}
],
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-plugin/src/generators/plugin/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "object",
"examples": [
{
"command": "g plugin my-plugin --directory=plugins --importPath=@myorg/my-plugin",
"command": "nx g plugin my-plugin --directory=plugins --importPath=@myorg/my-plugin",
"description": "Generate `libs/plugins/my-plugin`"
}
],
Expand Down

0 comments on commit 6796bce

Please sign in to comment.