Skip to content

Commit b34d419

Browse files
committed
Merge pull request #214 from leocaseiro/master
Fix spell mistake from exisiting to existing
2 parents 72efd85 + 13eca1b commit b34d419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export class ListViewComponent {
9191
let viewRef: EmbeddedViewRef<ListItemContext>;
9292

9393
if (args.view) {
94-
console.log("ListView.onItemLoading: " + index + " - Reusing exisiting view");
94+
console.log("ListView.onItemLoading: " + index + " - Reusing existing view");
9595
viewRef = args.view[NG_VIEW];
9696
}
9797
else {

0 commit comments

Comments
 (0)