Skip to content

Commit d332c7e

Browse files
committed
MOBILE-3523 emulator: Change some wrong comments
1 parent 59d4e18 commit d332c7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/emulator/providers/local-notifications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import * as moment from 'moment';
2424
import { Subject, Observable } from 'rxjs';
2525

2626
/**
27-
* Emulates the Cordova Globalization plugin in desktop apps and in browser.
27+
* Emulates the Local Notifications plugin in desktop apps and in browser.
2828
*/
2929
@Injectable()
3030
export class LocalNotificationsMock extends LocalNotifications {

src/core/emulator/providers/network.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { Network } from '@ionic-native/network';
1717
import { Observable, Subject } from 'rxjs';
1818

1919
/**
20-
* Emulates the Cordova Globalization plugin in desktop apps and in browser.
20+
* Emulates the Ionic Network plugin in desktop apps and in browser.
2121
*/
2222
@Injectable()
2323
export class NetworkMock extends Network {

0 commit comments

Comments
 (0)