diff --git a/guides/plugins/plugins/administration/module-component-management/add-custom-component.md b/guides/plugins/plugins/administration/module-component-management/add-custom-component.md index 224faa147..6fe9a2c4e 100644 --- a/guides/plugins/plugins/administration/module-component-management/add-custom-component.md +++ b/guides/plugins/plugins/administration/module-component-management/add-custom-component.md @@ -114,7 +114,7 @@ A component's template is being defined by using the `template` property. For th ```javascript // /src/Resources/app/administration/src/component/custom-component/hello-world -export default Shopware.Component.wrapComponentConfig('hello-world', { +export default Shopware.Component.wrapComponentConfig({ template: '

Hello world!

' }); ```