editTemplatePage dialog: Fix typo in comment

Change-Id: I3db668ad01c2f78ca2c8873660b7685d7e6e6918
This commit is contained in:
Ed Sanders 2023-10-26 13:58:38 +01:00
parent 225e9ec1c0
commit a180f5db36

View file

@ -780,7 +780,7 @@ Dialog.prototype.onParamSelectChoose = function ( item ) {
this.selectedParamKey = paramKey;
// The panel with the `propInputs` widgets must be made visible before changing their value.
// Otherwiese the autosize feature of MultilineTextInputWidget doesn't work.
// Otherwise the autosize feature of MultilineTextInputWidget doesn't work.
this.switchPanels( this.editParamPanel );
// Fill in parameter detail
this.getParameterDetails( paramKey );