mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-23 16:24:06 +00:00
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:
2
src/types/comfy.d.ts
vendored
2
src/types/comfy.d.ts
vendored
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user