From 0ded1d6d1985236e57d9dd1182f4089c2d034885 Mon Sep 17 00:00:00 2001 From: Xaviju Date: Wed, 19 Jun 2024 11:15:36 +0200 Subject: [PATCH] :books: Fix typo Pepot > Penpot --- libs/plugin-types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/plugin-types/index.d.ts b/libs/plugin-types/index.d.ts index 7f205ab..9f6dea4 100644 --- a/libs/plugin-types/index.d.ts +++ b/libs/plugin-types/index.d.ts @@ -1430,7 +1430,7 @@ export interface PenpotText extends PenpotShapeBase { * Represents a frame shape in Penpot. * This interface extends `PenpotShapeBase` and includes properties specific to frames. */ -export interface PepotFrame extends PenpotShapeBase { +export interface PenpotFrame extends PenpotShapeBase { /** * The type of the shape, which is always 'frame' for frame shapes. */