Skip to content

Commit c2f4ea7

Browse files
authored
Fix typo
1 parent 4cef872 commit c2f4ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyscriptjs/src/components/pybox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class PyBox extends HTMLElement {
2626
while (this.childNodes.length > 0) {
2727
console.log(this.firstChild);
2828
if (this.firstChild.nodeName == 'PY-REPL') {
29-
// in this case we need to remove the child and craete a new one from scratch
29+
// in this case we need to remove the child and create a new one from scratch
3030
const replDiv = document.createElement('div');
3131
// we need to put the new repl inside a div so that if the repl has auto-generate true
3232
// it can replicate itself inside that constrained div

0 commit comments

Comments
 (0)