Skip to content

Commit f77b8c6

Browse files
committed
Fix wording in plugin structure page
1 parent 0eeb10b commit f77b8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/dev-docs/plugins/development/plugin-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import NotV5 from '/docs/snippets/_not-updated-to-v5.md'
1919

2020
<NotV5/>
2121

22-
When [creating a plugin with the CLI generator](/dev-docs/plugins/development/create-a-plugin), Strapi generates the following boilerplate structure for you in the `./src/plugins/my-plugin` folder:
22+
When [creating a plugin with Plugin SDK](/dev-docs/plugins/development/create-a-plugin), Strapi generates the following boilerplate structure for you in the `./src/plugins/my-plugin` folder:
2323

2424
<InteractivePluginStructure />
2525

0 commit comments

Comments
 (0)