Skip to content

Commit

Permalink
fix(network): rename onchange method name (#3146)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyaddin authored and danielsogl committed Aug 30, 2019
1 parent 26447d2 commit 73493e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/network/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class Network extends IonicNativePlugin {
* @return {Observable<any>}
*/
@CordovaCheck()
onchange(): Observable<any> {
onChange(): Observable<any> {
return merge(this.onConnect(), this.onDisconnect());
}

Expand Down

0 comments on commit 73493e2

Please sign in to comment.