fix: typo in function name

This commit is contained in:
Radek Czemerys
2020-06-12 13:01:57 +02:00
committed by Baptiste Grob
parent 230b0d3ac9
commit 0928e3944c

View File

@@ -296,7 +296,7 @@ class NotesViewCtrl extends PureViewCtrl {
}
private async reloadNotes() {
this.reloadNotesPromise = this.performPeloadNotes();
this.reloadNotesPromise = this.performReloadNotes();
return this.reloadNotesPromise;
}
@@ -326,7 +326,7 @@ class NotesViewCtrl extends PureViewCtrl {
)
}
private async performPeloadNotes() {
private async performReloadNotes() {
const tag = this.appState.selectedTag!;
if (!tag) {
return;