Skip to content

Commit

Permalink
docs(core): fix plugin object declaration example (nrwl#21765)
Browse files Browse the repository at this point in the history
  • Loading branch information
edbzn authored Mar 5, 2024
1 parent 3b2e5a8 commit cc2f655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/recipes/plugins/project-graph-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ As an example, the below `nx.json` file specifies a plugin called `my-plugin` an
{
"plugins": [
{
"name": "my-plugin",
"plugin": "my-plugin",
"options": {
"tagName": "plugin:my-plugin"
}
Expand Down

0 comments on commit cc2f655

Please sign in to comment.