Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/components/list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/components/data/33-o-form.component.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<o-form (onInserMode)="performAction()">
<o-form (onInsertMode)="performAction()">
```

And perform an action each time the event is emited:
Expand Down