Skip to content

Commit b551b88

Browse files
styfleUziTech
andauthored
Update docs/USING_ADVANCED.md
Co-Authored-By: UziTech <tony@brix.ninja>
1 parent bc812cc commit b551b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/USING_ADVANCED.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ var markedTimeout = setTimeout(() => {
139139
markedWorker.onmessage = (html) => {
140140
clearTimeout(markedTimeout);
141141
console.log(html);
142-
});
142+
};
143143
144144
markedWorker.postMessage(markdownString);
145145
</script>

0 commit comments

Comments
 (0)