From 0042ba9d5b718eed762b0909c566a22eb9a892cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Valero=20G=C3=B3mez?= Date: Thu, 1 Dec 2022 09:38:16 +0100 Subject: [PATCH] Update rendition.d.ts --- types/rendition.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/rendition.d.ts b/types/rendition.d.ts index 0f04bde..69adb70 100644 --- a/types/rendition.d.ts +++ b/types/rendition.d.ts @@ -26,7 +26,7 @@ export interface RenditionOptions { snap?: boolean | object, defaultDirection?: string, allowScriptedContent?: boolean, - allowallowPopups?: boolean, + allowPopups?: boolean } export interface DisplayedLocation {