diff --git a/docusaurus/docs/dev-docs/plugins/development/create-a-plugin.md b/docusaurus/docs/dev-docs/plugins/development/create-a-plugin.md index 8160eed2f7..e0df1b9ce7 100644 --- a/docusaurus/docs/dev-docs/plugins/development/create-a-plugin.md +++ b/docusaurus/docs/dev-docs/plugins/development/create-a-plugin.md @@ -50,7 +50,7 @@ yarn dlx @strapi/sdk-plugin init my-strapi-plugin ```bash -npx @strapi/sdk-plugin:init my-strapi-plugin +npx @strapi/sdk-plugin init my-strapi-plugin ```