Skip to content

Commit 26a83ca

Browse files
authored
FAQ minor fixes.
1 parent 2f5771a commit 26a83ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ https://github.com/vizzuhq/vizzu-lib/blob/main/docs/content/tutorial/0-intro.md#
88

99
## Why on(), off(), feature() methods fail after constructor call?
1010

11-
Vizzu constructor have to load Vizzu's WebAssembly module, which is done in an assyncron manner to prevent blocking the whole page.
12-
Because of this, any method except animate() will throw an exception while the library is not initialized.
11+
Vizzu constructor has to load Vizzu's WebAssembly module, which is done in an asyncronous manner to prevent blocking the whole page.
12+
Because of this, any method except `animate()` will throw an exception while the library is not initialized.
1313

1414
There is an `initializing` promise in the Vizzu class which will resolve when initialization is finished. All methods can be called after
1515
this promise is resolved.

0 commit comments

Comments
 (0)