diff --git a/modules/backend/widgets/form/assets/js/october.form.js b/modules/backend/widgets/form/assets/js/october.form.js index 3606084ff..a6dd4dc5a 100644 --- a/modules/backend/widgets/form/assets/js/october.form.js +++ b/modules/backend/widgets/form/assets/js/october.form.js @@ -79,7 +79,7 @@ fieldMap = {} /* - * Map master and slave field map + * Map master and slave fields */ form.find('[data-field-depends]').each(function() { var name = $(this).data('field-name'), diff --git a/modules/system/assets/ui/docs/input-trigger.md b/modules/system/assets/ui/docs/input-trigger.md index 18e61aab0..f6b3e47d0 100644 --- a/modules/system/assets/ui/docs/input-trigger.md +++ b/modules/system/assets/ui/docs/input-trigger.md @@ -29,8 +29,7 @@ Multie value conditions are supported: ### Supported events: -- oc.triggerOn.update - triggers the update. Trigger this event on the element the plugin is bound to to - force it to check the condition and update itself. This is useful when the page content is updated with AJAX. +- oc.triggerOn.update - triggers the update. Trigger this event on the element the plugin is bound to to force it to check the condition and update itself. This is useful when the page content is updated with AJAX. ### JavaScript API: