Spelling correction

pull/2500/head
Thomas Kluyver 9 years ago
parent 6f05e770d8
commit 560aa49884

@ -165,7 +165,7 @@ define(function(require){
input.typeahead({
emptyTemplate: function(query) {
return $('<div>').text("Nao results found for").append(
return $('<div>').text("No results found for").append(
$('<pre>').text(query)
);
},

Loading…
Cancel
Save