We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc6e61 commit 56c27f8Copy full SHA for 56c27f8
packages/htmlviewer/src/index.tsx
@@ -64,7 +64,7 @@ const CSS_CLASS = 'jp-HTMLViewer';
64
* since it can execute Javascript, and make same-origin requests
65
* to the server, thereby executing arbitrary Javascript.
66
*
67
- * Here, we sandbox the iframe so that it can't execute Javsacript
+ * Here, we sandbox the iframe so that it can't execute Javascript
68
* or launch any popups. We allow one exception: 'allow-same-origin'
69
* requests, so that local HTML documents can access CSS, images,
70
* etc from the files system.
0 commit comments