Skip to content

Commit 56c27f8

Browse files
authored
changed Javsacript to Javascript (jupyterlab#10333)
* changed * changed
1 parent 8fc6e61 commit 56c27f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/htmlviewer/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const CSS_CLASS = 'jp-HTMLViewer';
6464
* since it can execute Javascript, and make same-origin requests
6565
* to the server, thereby executing arbitrary Javascript.
6666
*
67-
* Here, we sandbox the iframe so that it can't execute Javsacript
67+
* Here, we sandbox the iframe so that it can't execute Javascript
6868
* or launch any popups. We allow one exception: 'allow-same-origin'
6969
* requests, so that local HTML documents can access CSS, images,
7070
* etc from the files system.

0 commit comments

Comments
 (0)