From b7594e201b9d52a88f6c5d0c460b63b9833db142 Mon Sep 17 00:00:00 2001 From: Ziyaddin Sadigov Date: Sat, 1 Dec 2018 18:48:53 +0400 Subject: [PATCH] docs(network): fix typo (#2828) --- src/@ionic-native/plugins/network/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/network/index.ts b/src/@ionic-native/plugins/network/index.ts index aa03f48b5..294fc17fc 100644 --- a/src/@ionic-native/plugins/network/index.ts +++ b/src/@ionic-native/plugins/network/index.ts @@ -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 :-('); * });