✏️ Fix typo 'Anot'

This commit is contained in:
Erik Berreßem
2019-04-04 09:55:08 +02:00
parent b475d48196
commit c05d4bc228

View File

@@ -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;