mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs(network): fix typo (#2828)
This commit is contained in:
committed by
Daniel Sogl
parent
1396b61215
commit
b7594e201b
@@ -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 :-(');
|
||||
* });
|
||||
|
||||
Reference in New Issue
Block a user