Fix typos (#972)

* Update twenty-twenty

Due to engine PR #1566

* Fix typos
This commit is contained in:
Adam Chalmers
2023-11-01 17:34:54 -05:00
committed by GitHub
parent 2e419907e6
commit fdbfd0c4b6
31 changed files with 32 additions and 24 deletions

View File

@ -92,7 +92,7 @@ export const TextEditor = ({
// Here we initialize the plugin which will start the client.
// When we have multi-file support the name of the file will be a dep of
// this use memo, as well as the directory structure, which I think is
// a good setup becuase it will restart the client but not the server :)
// a good setup because it will restart the client but not the server :)
// We do not want to restart the server, its just wasteful.
const kclLSP = useMemo(() => {
let plugin = null