Skip to content

Commit

Permalink
Spelling correction of please (#217)
Browse files Browse the repository at this point in the history
* corrected spelling of please

* f added by mistake
  • Loading branch information
animesh-007 authored Feb 26, 2020
1 parent ab931b1 commit 17552ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/model/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,6 @@ function downloadCSV(filename) {
lnk.fireEvent("onclick");
}
} else {
self.showResults("Pleae select a model first");
self.showResults("Please select a model first");
}
}

0 comments on commit 17552ad

Please sign in to comment.