Skip to content

Commit 8b35fae

Browse files
committed
fix(typo): change deTEction
1 parent c118009 commit 8b35fae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • ionic/components/menu/test/basic

ionic/components/menu/test/basic/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class E2EApp {
4040
constructor(app: IonicApp) {
4141
this.app = app;
4242
this.rootView = Page1;
43-
this.changeDectionCount = 0;
43+
this.changeDetectionCount = 0;
4444

4545
this.pages = [
4646
{ title: 'Page 1', component: Page1 },
@@ -65,7 +65,7 @@ class E2EApp {
6565
}
6666

6767
isHidden() {
68-
console.log('Change detection', ++this.changeDectionCount);
68+
console.log('Change detection', ++this.changeDetectionCount);
6969
return false;
7070
}
7171
}

0 commit comments

Comments
 (0)