From 0106556d708438b14b562560a4218fb8e6b3f26b 2014-01-31 17:53:39 From: Min RK Date: 2014-01-31 17:53:39 Subject: [PATCH] Merge pull request #4967 from Komnomnomnom/patch-1 Fix typo in warning about web socket being closed --- diff --git a/IPython/html/static/notebook/js/notificationarea.js b/IPython/html/static/notebook/js/notificationarea.js index 1f1830e..9f36527 100644 --- a/IPython/html/static/notebook/js/notificationarea.js +++ b/IPython/html/static/notebook/js/notificationarea.js @@ -127,7 +127,7 @@ var IPython = (function (IPython) { return; } console.log('WebSocket connection failed: ', ws_url) - msg = "A WebSocket connection to could not be established." + + msg = "A WebSocket connection could not be established." + " You will NOT be able to run code. Check your" + " network connection or notebook server configuration."; IPython.dialog.modal({