diff --git a/docusaurus/docs/dev-docs/plugins/admin-panel-api.md b/docusaurus/docs/dev-docs/plugins/admin-panel-api.md index ae6a7ff88e..63e9967e65 100644 --- a/docusaurus/docs/dev-docs/plugins/admin-panel-api.md +++ b/docusaurus/docs/dev-docs/plugins/admin-panel-api.md @@ -447,7 +447,7 @@ Both the `injectComponent()` and `getPlugin('content-manager').injectComponent() export default { bootstrap(app) { - app.getPlugin('content-manager').injectComponent()('editView', 'informations', { + app.getPlugin('content-manager').injectComponent('editView', 'informations', { name: 'my-plugin-my-compo', Component: () => 'my-compo', });