diff --git a/_data/components/list.yml b/_data/components/list.yml index 768826842..15764fffe 100644 --- a/_data/components/list.yml +++ b/_data/components/list.yml @@ -81,7 +81,7 @@ outputs: [{ name: "onItemDeselected", description: "Event triggered when an item is deselected" },{ - name: "onInserButtonClick", + name: "onInsertButtonClick", description: "Event triggered when the insert button is clicked" },{ name: "onItemDeleted", diff --git a/docs/components/data/33-o-form.component.md b/docs/components/data/33-o-form.component.md index fba2cb38e..03e6d0444 100644 --- a/docs/components/data/33-o-form.component.md +++ b/docs/components/data/33-o-form.component.md @@ -44,7 +44,7 @@ There are use cases when it is necessary to perform any action right before or a For example, you can listen to the `onInsertMode` of the `o-form` component in your HTML: ```html - + ``` And perform an action each time the event is emited: