mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-21 22:16:24 +01:00
Fix in-code documentation typo
This commit is contained in:
parent
59afac08da
commit
f0830e7bb4
@ -235,7 +235,7 @@ function PromptManagerModule() {
|
|||||||
/** Delete prompt button click */
|
/** Delete prompt button click */
|
||||||
this.handleDeletePrompt = () => { };
|
this.handleDeletePrompt = () => { };
|
||||||
|
|
||||||
/** Append promptbutton click */
|
/** Append prompt button click */
|
||||||
this.handleAppendPrompt = () => { };
|
this.handleAppendPrompt = () => { };
|
||||||
|
|
||||||
/** Import button click */
|
/** Import button click */
|
||||||
|
Loading…
Reference in New Issue
Block a user