docs(nx-plugin): fix typo of generate nx-plugin example (#15143)

This commit is contained in:
titan-ron 2023-02-21 21:01:42 +02:00 committed by GitHub
parent 0f92f52d9d
commit 6796bce5fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
"type": "object", "type": "object",
"examples": [ "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`" "description": "Generate `libs/plugins/my-plugin`"
} }
], ],

View File

@ -7,7 +7,7 @@
"type": "object", "type": "object",
"examples": [ "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`" "description": "Generate `libs/plugins/my-plugin`"
} }
], ],