diff --git a/docs/plugins/create-a-plugin.md b/docs/plugins/create-a-plugin.md index da7cf0051a..cbd789c757 100644 --- a/docs/plugins/create-a-plugin.md +++ b/docs/plugins/create-a-plugin.md @@ -33,7 +33,7 @@ You can also serve the plugin in isolation by running `yarn start` in the plugin directory. Or by using the yarn workspace command, for example: ```bash -yarn workspace @backstage/my-plugin start # Also supports --check +yarn workspace @backstage/plugin-my-plugin start # Also supports --check ``` This method of serving the plugin provides quicker iteration speed and a faster