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 4cef872 commit c2f4ea7Copy full SHA for c2f4ea7
pyscriptjs/src/components/pybox.ts
@@ -26,7 +26,7 @@ export class PyBox extends HTMLElement {
26
while (this.childNodes.length > 0) {
27
console.log(this.firstChild);
28
if (this.firstChild.nodeName == 'PY-REPL') {
29
- // in this case we need to remove the child and craete a new one from scratch
+ // in this case we need to remove the child and create a new one from scratch
30
const replDiv = document.createElement('div');
31
// we need to put the new repl inside a div so that if the repl has auto-generate true
32
// it can replicate itself inside that constrained div
0 commit comments