Fix typos (#404)

* Fix typos: Interupt -> Interrupt

* Fix typos: tempateManagerRow -> templateManagerRow

* Fix some typos

* Fix typos: Convertable -> Convertible

* Fix some typos
This commit is contained in:
Yuta Hayashibe
2024-08-14 02:57:02 +09:00
committed by GitHub
parent d5deb6d2a0
commit 9f3696e70f
10 changed files with 20 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ export interface ComfyExtension {
*/
init?(app: ComfyApp): Promise<void>
/**
* Allows any additonal setup, called after the application is fully set up and running
* Allows any additional setup, called after the application is fully set up and running
* @param app The ComfyUI app instance
*/
setup?(app: ComfyApp): Promise<void>