From b449b3d70d66af65f76b0603e1d313efab230bb0 Mon Sep 17 00:00:00 2001 From: Lore Dirick Date: Thu, 14 Feb 2019 15:15:23 -0500 Subject: [PATCH] add in missing word --- README.md | 2 +- index.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94f7d26194..6bed4b7617 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ If we wish to quickly add a new cell we can do so with the following steps: To delete a cell we once again should be in escape mode, and then press the `x` key. -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. +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. Go to escape mode and press `x`. This cell disappears! diff --git a/index.ipynb b/index.ipynb index db0e8e3362..9da474b9de 100644 --- a/index.ipynb +++ b/index.ipynb @@ -100,7 +100,7 @@ "source": [ "To delete a cell we once again should be in escape mode, and then press the `x` key.\n", "\n", - "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", + "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", "\n", "Go to escape mode and press `x`. This cell disappears!\n", "\n",