summaryrefslogtreecommitdiff
path: root/www/lib/vis/docs/graph2d
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/vis/docs/graph2d')
-rw-r--r--www/lib/vis/docs/graph2d/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/lib/vis/docs/graph2d/index.html b/www/lib/vis/docs/graph2d/index.html
index ed062202..8f07e20a 100644
--- a/www/lib/vis/docs/graph2d/index.html
+++ b/www/lib/vis/docs/graph2d/index.html
@@ -1202,7 +1202,7 @@ function (option, path) {
<tr>
<td>on(event, callback)</td>
<td>none</td>
- <td>Create an event listener. The callback function is invoked every time the event is triggered. Avialable events: <code>rangechange</code>, <code>rangechanged</code>, <code>select</code>. The callback function is invoked as <code>callback(properties)</code>, where <code>properties</code> is an object containing event specific properties. See section <a href="#Events">Events for more information</a>.</td>
+ <td>Create an event listener. The callback function is invoked every time the event is triggered. Available events: <code>rangechange</code>, <code>rangechanged</code>, <code>select</code>. The callback function is invoked as <code>callback(properties)</code>, where <code>properties</code> is an object containing event specific properties. See section <a href="#Events">Events for more information</a>.</td>
</tr>
<tr>