From e411146e8fa9e9067a216a753cda801dc0575b87 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Fri, 19 May 2017 06:38:02 -0400 Subject: [PATCH] docs(): refactor --- src/@ionic-native/plugins/network/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/@ionic-native/plugins/network/index.ts b/src/@ionic-native/plugins/network/index.ts index 94f32b6c..3bae0885 100644 --- a/src/@ionic-native/plugins/network/index.ts +++ b/src/@ionic-native/plugins/network/index.ts @@ -30,9 +30,9 @@ declare const navigator: any; * * // watch network for a connection * let connectSubscription = this.network.onConnect().subscribe(() => { - * console.log('network connected!');
 + * console.log('network connected!'); * // We just got a connection but we need to wait briefly - *
 // before we determine the connection type. Might need to wait
 + *
 // before we determine the connection type. Might need to wait. * // prior to doing any api requests as well. * setTimeout(() => { * if (this.network.type === 'wifi') {