diff --git a/packages/storybook-vue/stories/setup_and_info/GettingStartedForDevelopers_en.md b/packages/storybook-vue/stories/setup_and_info/GettingStartedForDevelopers_en.md index fa0b13d642..28e27e2f77 100644 --- a/packages/storybook-vue/stories/setup_and_info/GettingStartedForDevelopers_en.md +++ b/packages/storybook-vue/stories/setup_and_info/GettingStartedForDevelopers_en.md @@ -38,7 +38,7 @@ import { defineCustomElements } from '@telekom/scale-components/loader'; defineCustomElements(); ``` -Alternatively, if you wish to only load the component you need, for example, the button component, you can lazy load the component in the following way: +Alternatively, if you wish to only load the component you need, for example, the button component, you can load the component in the following way: ```js import '@telekom/scale-components/dist/scale-components/scale-components.css';