From 93fdb7eabb1fb39980e9a8a990f32621650ff3c3 Mon Sep 17 00:00:00 2001 From: Ibby Date: Mon, 23 Jan 2017 23:00:56 -0500 Subject: [PATCH] fix typo --- src/plugins/pinterest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/pinterest.ts b/src/plugins/pinterest.ts index f40a1a472..2e54a234b 100644 --- a/src/plugins/pinterest.ts +++ b/src/plugins/pinterest.ts @@ -302,7 +302,7 @@ export class Pinterest { successIndex: 1, errorIndex: 2 }) - static getBoardPins(boardId: string, fields?: string, limit?: number): Primise> { return; } + static getBoardPins(boardId: string, fields?: string, limit?: number): Promise> { return; } /** * Delete a board.