mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Fixed typos in quick-help text
This commit is contained in:
parent
fa0d5b2f1a
commit
547316fec3
@ -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.'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user