Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Merged
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 guides/v2.0/ui-components/ui_components_js.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Example of using `links` in a component's configuration `.xml` file:
</argument>
{% endhighlight xml%}

- `listens`: used to track the changes of a component's proporty.
- `listens`: used to track the changes of a component's property.
- `key` - name of the internal property which listens to the changes.
- `value` - name of the property or method which is tracked for changes. Can use string templates.

Expand Down