0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-06 14:50:21 -05:00

📚 Fix typo Pepot > Penpot

This commit is contained in:
Xaviju 2024-06-19 11:15:36 +02:00 committed by GitHub
parent 6169b83525
commit 0ded1d6d19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
*/