diff --git a/src/ui/lib/penpot.d.ts b/src/ui/lib/penpot.d.ts index 74d861e..0586404 100644 --- a/src/ui/lib/penpot.d.ts +++ b/src/ui/lib/penpot.d.ts @@ -21,7 +21,7 @@ export interface PenpotFile { createText(options: TextShape): void; createImage(image: ImageShape): void; // createSVG(svg: any): void; - // closeeSVG(): void; + // closeSVG(): void; // addLibraryColor(color: any): void; // updateLibraryColor(color: any): void; // deleteLibraryColor(color: any): void;