From 560aa498841cc8e2e6edea5f5f3e86001a026dee Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Thu, 18 May 2017 12:41:15 +0100 Subject: [PATCH] Spelling correction --- notebook/static/notebook/js/commandpalette.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/static/notebook/js/commandpalette.js b/notebook/static/notebook/js/commandpalette.js index 8c18cb10f..890179453 100644 --- a/notebook/static/notebook/js/commandpalette.js +++ b/notebook/static/notebook/js/commandpalette.js @@ -165,7 +165,7 @@ define(function(require){ input.typeahead({ emptyTemplate: function(query) { - return $('
').text("Nao results found for").append( + return $('
').text("No results found for").append( $('
').text(query)
             );
           },