docs(nx-plugin): fix typo of generate nx-plugin example (#15143)
This commit is contained in:
parent
0f92f52d9d
commit
6796bce5fb
@ -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`"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@ -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`"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user