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 f142da7 commit 634702eCopy full SHA for 634702e
README.md
@@ -209,7 +209,7 @@ You can put the heavy computation in a worker script to optimize your applicatio
209
1. Create a handler in the worker thread that communicates with the frontend while handling the requests.
210
2. Create a Worker Engine in your main application, which under the hood sends messages to the handler in the worker thread.
211
212
-For detailed implementation for different kinds of Workers, check the following sections.
+For detailed implementations of different kinds of Workers, check the following sections.
213
214
#### Dedicated Web Worker
215
0 commit comments