Skip to content

Commit 13eca1b

Browse files
committed
Fix spell mistake from exisiting to existing
Fix log spell from `Reusing exisiting view` to `Reusing existing view.
1 parent d520da5 commit 13eca1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nativescript-angular/directives/list-view-comp.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class ListViewComponent {
6464
let viewRef: EmbeddedViewRef;
6565

6666
if (args.view) {
67-
console.log("ListView.onItemLoading: " + index + " - Reusing exisiting view");
67+
console.log("ListView.onItemLoading: " + index + " - Reusing existing view");
6868
viewRef = args.view[NG_VIEW];
6969
}
7070
else {
@@ -126,4 +126,4 @@ function getSingleViewFromViewRef(viewRef: EmbeddedViewRef): View {
126126
}
127127

128128
return getSingleViewRecursive(viewRef.rootNodes, 0);
129-
}
129+
}

0 commit comments

Comments
 (0)