diff --git a/guides/v2.0/ui-components/ui_components_js.md b/guides/v2.0/ui-components/ui_components_js.md index 0e0fdf8b94a..022cdcf37c7 100644 --- a/guides/v2.0/ui-components/ui_components_js.md +++ b/guides/v2.0/ui-components/ui_components_js.md @@ -168,7 +168,7 @@ Example of using `links` in a component's configuration `.xml` file: {% 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.