From c05d4bc228ab7bb6cdbfc2f0256fe17830614550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Berre=C3=9Fem?= Date: Thu, 4 Apr 2019 09:55:08 +0200 Subject: [PATCH] :pencil2: Fix typo 'Anot' --- types/hummus-recipe/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/hummus-recipe/index.d.ts b/types/hummus-recipe/index.d.ts index 3b3a47d5a2..f8d9526708 100644 --- a/types/hummus-recipe/index.d.ts +++ b/types/hummus-recipe/index.d.ts @@ -29,7 +29,7 @@ export interface CommentOptions { | "togglenoview"; } -export interface AnotOptions { +export interface AnnotOptions { title?: string; open?: boolean; richText?: boolean; @@ -192,7 +192,7 @@ export class Recipe { | "Ink" | "FileAttachment" | "Sound", - options?: AnotOptions + options?: AnnotOptions ): Recipe; appendPage(pdfSrc: string, pages: number | number[]): Recipe;