Skip to content

Commit

Permalink
Update container/typings/LuigiContainer.svelte.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Doberer <[email protected]>
  • Loading branch information
smahati and JohannesDoberer authored Oct 23, 2024
1 parent 6ead828 commit f02faa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/typings/LuigiContainer.svelte.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default class LuigiContainer extends HTMLElement {
* </br>
* @since 1.0.0
* ```js
* myContainer.webcomponent = { webComponentSettings: {type: 'module', selfRegistered: true, tagName: 'my-webcomponent'}}
* myContainer.webcomponent = { type: 'module', selfRegistered: true, tagName: 'my-webcomponent'}
* ```
*
* ```HTML
Expand Down

0 comments on commit f02faa6

Please sign in to comment.