Fix in-code documentation typo

This commit is contained in:
maver 2023-07-27 19:39:02 +02:00
parent 59afac08da
commit f0830e7bb4

View File

@ -235,7 +235,7 @@ function PromptManagerModule() {
/** Delete prompt button click */
this.handleDeletePrompt = () => { };
/** Append promptbutton click */
/** Append prompt button click */
this.handleAppendPrompt = () => { };
/** Import button click */