Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Jan 24, 2017
1 parent 466437a commit 93fdb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/pinterest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export class Pinterest {
successIndex: 1,
errorIndex: 2
})
static getBoardPins(boardId: string, fields?: string, limit?: number): Primise<Array<PinterestPin>> { return; }
static getBoardPins(boardId: string, fields?: string, limit?: number): Promise<Array<PinterestPin>> { return; }

/**
* Delete a board.
Expand Down

0 comments on commit 93fdb7e

Please sign in to comment.