Skip to content

Commit b449b3d

Browse files
committed
add in missing word
1 parent 0ae0cba commit b449b3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If we wish to quickly add a new cell we can do so with the following steps:
3535

3636
To delete a cell we once again should be in escape mode, and then press the `x` key.
3737

38-
Of course, we'll want a way to undo our deletion. From escape mode, you can press `z` to undo deletion of a cell. Note that this is different from `cmd + z`. Pressing `cmd + z` while in insert mode undoes any changes inside of a cell while, whether these changes be deletions or text insertions. Pressing `z` from escape mode undoes the deletion a cell.
38+
Of course, we'll want a way to undo our deletion. From escape mode, you can press `z` to undo deletion of a cell. Note that this is different from `cmd + z`. Pressing `cmd + z` while in insert mode undoes any changes inside of a cell while, whether these changes be deletions or text insertions. Pressing `z` from escape mode undoes the deletion of a cell.
3939

4040
Go to escape mode and press `x`. This cell disappears!
4141

index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"source": [
101101
"To delete a cell we once again should be in escape mode, and then press the `x` key.\n",
102102
"\n",
103-
"Of course, we'll want a way to undo our deletion. From escape mode, you can press `z` to undo deletion of a cell. Note that this is different from `cmd + z`. Pressing `cmd + z` while in insert mode undoes any changes inside of a cell while, whether these changes be deletions or text insertions. Pressing `z` from escape mode undoes the deletion a cell.\n",
103+
"Of course, we'll want a way to undo our deletion. From escape mode, you can press `z` to undo deletion of a cell. Note that this is different from `cmd + z`. Pressing `cmd + z` while in insert mode undoes any changes inside of a cell while, whether these changes be deletions or text insertions. Pressing `z` from escape mode undoes the deletion of a cell.\n",
104104
"\n",
105105
"Go to escape mode and press `x`. This cell disappears!\n",
106106
"\n",

0 commit comments

Comments
 (0)