Skip to content

Commit 89fb431

Browse files
chore: Fix typos in crypto and json-rpc modules (#1747)
* Update pbkdf2.ts * Update dummyservice.worker.ts --------- Co-authored-by: Simon Warta <[email protected]>
1 parent 4bf4079 commit 89fb431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/json-rpc/src/workers/dummyservice.worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function handleRequest(event: MessageEvent): JsonRpcResponse {
2929
return errorResponse;
3030
}
3131

32-
// This is just a text representation of the requst. It can be lossy as it is not needed for further processing.
32+
// This is just a text representation of the request. It can be lossy as it is not needed for further processing.
3333
let paramsString: string;
3434
if (isJsonCompatibleDictionary(request.params)) {
3535
paramsString = JSON.stringify(request.params);

0 commit comments

Comments
 (0)