Merge pull request #29715 from ChezCrawford/small-doc-fix

Corrects command in catalog external integrations doc.
This commit is contained in:
Andre Wanlin
2025-04-24 08:21:21 -05:00
committed by GitHub
@@ -70,7 +70,7 @@ putting all extensions like this in a backend module package of their own in the
`plugins` folder of your Backstage repo:
```sh
yarn new --select backend-module --option pluginId=catalog
yarn new --select backend-plugin-module --option pluginId=catalog
```
The class will have this basic structure: