From 789d2da0978fa704596fe741c7133d5a1fea641f Mon Sep 17 00:00:00 2001 From: Rolf Heij Date: Thu, 30 Nov 2023 16:48:50 +0100 Subject: [PATCH] Update papi.d.ts --- lib/papi-dts/papi.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/papi-dts/papi.d.ts b/lib/papi-dts/papi.d.ts index e4350d1ec1..fd65255833 100644 --- a/lib/papi-dts/papi.d.ts +++ b/lib/papi-dts/papi.d.ts @@ -39,7 +39,7 @@ declare module 'shared/models/web-view.model' { iconUrl?: string; /** Name of the tab for the WebView */ title?: string; - /** Tooltip than is shown when hovering over the webview title */ + /** Tooltip that is shown when hovering over the webview title */ tooltip?: string; /** General object to store unique state for this webview */ state?: Record;