We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf4079 commit 89fb431Copy full SHA for 89fb431
packages/json-rpc/src/workers/dummyservice.worker.ts
@@ -29,7 +29,7 @@ function handleRequest(event: MessageEvent): JsonRpcResponse {
29
return errorResponse;
30
}
31
32
- // This is just a text representation of the requst. It can be lossy as it is not needed for further processing.
+ // This is just a text representation of the request. It can be lossy as it is not needed for further processing.
33
let paramsString: string;
34
if (isJsonCompatibleDictionary(request.params)) {
35
paramsString = JSON.stringify(request.params);
0 commit comments