Skip to content

Commit dca1d4f

Browse files
committed
Events: Typo fix in comment
1 parent 14e2326 commit dca1d4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

htdocs/js/pages/Events.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3998,7 +3998,7 @@ Page.Events = class Events extends Page.PageUtils {
39983998
}
39993999

40004000
renderPluginParamEditor() {
4001-
// render plugin paral editor
4001+
// render plugin param editor
40024002
var html = this.getPluginParamEditor( this.div.find('#fe_ee_plugin').val(), this.event.params, true );
40034003
this.div.find('#d_ee_params').html( html ).buttonize();
40044004
}

0 commit comments

Comments
 (0)