docs(network): fix typo (#2828)

This commit is contained in:
Ziyaddin Sadigov 2018-12-01 18:48:53 +04:00 committed by Daniel Sogl
parent 1396b61215
commit b7594e201b

View File

@ -35,7 +35,7 @@ export enum Connection {
*
* ...
*
* // watch network for a disconnect
* // watch network for a disconnection
* let disconnectSubscription = this.network.onDisconnect().subscribe(() => {
* console.log('network was disconnected :-(');
* });