Skip to content

Commit

Permalink
Update papi.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfheij-sil committed Nov 30, 2023
1 parent 461f8f1 commit 789d2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/papi-dts/papi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, unknown>;
Expand Down

0 comments on commit 789d2da

Please sign in to comment.