docs(web_workers): fix typo

Closes #4070
This commit is contained in:
Will Ngo 2015-09-08 21:53:04 -07:00 committed by Misko Hevery
parent 6449c3c1c6
commit 646b9200a2
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class UIMessageBusSource extends IsolateMessageBusSource {
/**
* Wrapper class that exposes the {@link WebWorkerApplication}
* Isolate instance and underyling {@link MessageBus} for lower level message passing.
* Isolate instance and underlying {@link MessageBus} for lower level message passing.
*/
class IsolateInstance {
WebWorkerApplication app;