Skip to content

Commit adb3813

Browse files
committed
docs(shared/service_message_broker): fix typo
Typo fix on line 32 suggested by PatrickJS Closes angular#4226
1 parent 563fffd commit adb3813

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/angular2/src/web_workers/shared/service_message_broker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class ServiceMessageBrokerFactory {
2929
/**
3030
* Helper class for UIComponents that allows components to register methods.
3131
* If a registered method message is received from the broker on the worker,
32-
* the UIMessageBroker desererializes its arguments and calls the registered method.
32+
* the UIMessageBroker deserializes its arguments and calls the registered method.
3333
* If that method returns a promise, the UIMessageBroker returns the result to the worker.
3434
*/
3535
export class ServiceMessageBroker {

0 commit comments

Comments
 (0)