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

Merge pull request #83 from penpot/Xaviju-typo-api

📚 Fix typo Pepot > Penpot
This commit is contained in:
Xaviju 2024-06-19 11:18:22 +02:00 committed by GitHub
commit b4e7415891
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.
*/