From b240b05196f12bd8a88d4fd97f3a66fe5cebd86b 2014-01-30 22:40:50 From: Thomas Kluyver <takowl@gmail.com> Date: 2014-01-30 22:40:50 Subject: [PATCH] Merge pull request #4962 from ptone/help-typo Fixed typos in quick-help text --- diff --git a/IPython/html/static/notebook/js/quickhelp.js b/IPython/html/static/notebook/js/quickhelp.js index 0894f2b..8825e2f 100644 --- a/IPython/html/static/notebook/js/quickhelp.js +++ b/IPython/html/static/notebook/js/quickhelp.js @@ -35,7 +35,7 @@ var IPython = (function (IPython) { $('<button/>').addClass('close').attr('data-dismiss','alert').html('×') ).append( 'The IPython Notebook has two different keyboard input modes. <b>Edit mode</b> '+ - 'allow you the type code/text into a cell and is indicated by a green cell '+ + 'allows you to type code/text into a cell and is indicated by a green cell '+ 'border. <b>Command mode</b> binds the keyboard to notebook level actions '+ 'and is indicated by a grey cell border.' )