Skip to content

Commit 22c8b51

Browse files
committed
chore(demo): update description in the annotation sample
1 parent dcc4f40 commit 22c8b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/public/demo/plain-javascript-annotation-wasm-registry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<canvas id="vtk-wasm-window" tabindex="-1" onclick="focus()"></canvas>
1212
<script>
1313
vtkReady.then((vtk) => {
14-
buildWASMScene(vtk,"This scene assigns the VTK.wasm bundle from GitLab registry to data-url in the script tag"); // Also available on window.vtk
14+
buildWASMScene(vtk,"This scene points the data-url in script tag to the VTK.wasm bundle from GitLab registry"); // Also available on window.vtk
1515
});
1616
</script>
1717
</body>

0 commit comments

Comments
 (0)