Fix typo :) (#430)

This commit is contained in:
Jeremy Press 2023-08-27 20:57:19 -07:00 committed by GitHub
parent ef762f28cd
commit 43eeb8f4e7

View File

@ -118,7 +118,7 @@ function addGlobalPageResources(
loadTime: "afterDOMReady",
contentType: "inline",
script: `
const socket = new WebSocket('${wsUrl}'')
const socket = new WebSocket('${wsUrl}')
socket.addEventListener('message', () => document.location.reload())
`,
})