From 0da0e2ade43689ef62fe8b5dc7c6a19f3d45597f Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Wed, 19 Apr 2017 13:31:27 -0500 Subject: [PATCH] Fix a typo in the latest til --- unix/undo-some-command-line-editing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/undo-some-command-line-editing.md b/unix/undo-some-command-line-editing.md index d6ac824..ac3c5cf 100644 --- a/unix/undo-some-command-line-editing.md +++ b/unix/undo-some-command-line-editing.md @@ -2,7 +2,7 @@ When using some of the fancy command line editing shortcuts, such as `ctrl-u`, you may end up erroneously changing or deleting part of the -current command. Retyping it may be a pain or impossible if you've forget +current command. Retyping it may be a pain or impossible if you've forgotten exactly what was changed. Fortunately, bash's command line editing has undo built in. Just hit `ctrl-_` a couple times to get back to where you want to be.