Skip to content

Commit

Permalink
fix: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
x1unix committed Jul 18, 2024
1 parent b25173b commit ef33fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/js/example/src/script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const proxy = Comlink.wrap<LSPWorker>(lspWorker);
// MessagePort should be passed as a transferable object.
await proxy.connect(Comlink.transfer({ port: serverPort }, [ serverPort ]))

// Feel free to pick up any LSP client to library as long as it supports way to specify custom message transports.
// Feel free to pick up any LSP client library as long as it supports way to specify custom message transports.
// This example uses LSP client used by Monaco editor and VSCode.
const reader = new BrowserMessageReader(clientPort)
const writer = new BrowserMessageWriter(clientPort)
Expand Down

0 comments on commit ef33fd5

Please sign in to comment.