Skip to content

Commit 30ef5d1

Browse files
committed
Update index.d.ts
1 parent 221c6ea commit 30ef5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export namespace Gleap {
101101
showBackButton?: boolean
102102
): void;
103103
function showSurvey(
104-
actionType: string,
104+
surveyId: string,
105105
format?: string
106106
): void;
107107
function on(event: string, callback: (data?: any) => void): void;

0 commit comments

Comments
 (0)