Skip to content

Commit f4a991f

Browse files
authored
Fix typo
1 parent c2f4ea7 commit f4a991f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyscriptjs/src/components/pyscript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ async function initHandlers() {
141141
source = `Element("${el.id}").element.onclick = ${handlerCode}`;
142142
output = await pyodide.runPythonAsync(source);
143143

144-
// TODO: Should we actually map handlers in JS instaed of Python?
144+
// TODO: Should we actually map handlers in JS instead of Python?
145145
// el.onclick = (evt: any) => {
146146
// console.log("click");
147147
// new Promise((resolve, reject) => {

0 commit comments

Comments
 (0)