Skip to content

Commit 634702e

Browse files
Update README.md (#597)
1 parent f142da7 commit 634702e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ You can put the heavy computation in a worker script to optimize your applicatio
209209
1. Create a handler in the worker thread that communicates with the frontend while handling the requests.
210210
2. Create a Worker Engine in your main application, which under the hood sends messages to the handler in the worker thread.
211211

212-
For detailed implementation for different kinds of Workers, check the following sections.
212+
For detailed implementations of different kinds of Workers, check the following sections.
213213

214214
#### Dedicated Web Worker
215215

0 commit comments

Comments
 (0)