Skip to content

Commit 37a876d

Browse files
committed
typo fixed in d.ts file.
1 parent 6a2b8e7 commit 37a876d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/weblib/js-api/vizzu.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ export default class Vizzu {
389389
on(eventName: EventName, handler: (event: Event) => void): void;
390390
/** Uninstalls the provided event handler to the event specified by name */
391391
off(eventName: EventName, handler: (event: Event) => void): void;
392-
/** Initiates a new animation to the new chart states pass as the first
392+
/** Initiates a new animation to the new chart states passed as the first
393393
* argument. The optional second parameter specifies the animation
394394
* options.
395395
* The method returns a promise, which will resolve when the animation is

0 commit comments

Comments
 (0)