Skip to content

Commit

Permalink
Correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Jan 7, 2024
1 parent cb0f9dc commit c937874
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- `ElementProxyReceiver` can be used to simulate a canvas in a Worker (**wtd-three-ext**)
- Added new example [Inter-Worker Communication](https://github.com/kaisalmen/wtd/blob/main/packages/examples/src/com/WorkerCom.ts) that demonstrates communication between workers utilizing message channels.


## 2.3.0 - 2023-10-21

- Added the possiblity to sent intermediate message from main to the worker if the worker is still executing.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const workerTask = new WorkerTask({
});

try {
// cteates and connects the worker callback functions and the WorkerTask
// creates and connects the worker callback functions and the WorkerTask
workerTask.connectWorker();

// execute without init and an empty message
Expand Down
2 changes: 1 addition & 1 deletion packages/wtd-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const workerTask = new WorkerTask({
});

try {
// cteates and connects the worker callback functions and the WorkerTask
// creates and connects the worker callback functions and the WorkerTask
workerTask.connectWorker();

// execute without init and an empty message
Expand Down

0 comments on commit c937874

Please sign in to comment.