From 25da52ed2cd51eeb0fe8a17bc7fb766771999129 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sat, 8 Aug 2015 12:16:08 -0500 Subject: [PATCH] Fix a typo of the subject of a sentence. --- zsh/global-substitution-on-the-previous-command.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/global-substitution-on-the-previous-command.md b/zsh/global-substitution-on-the-previous-command.md index bbd0a1c..afbc2ba 100644 --- a/zsh/global-substitution-on-the-previous-command.md +++ b/zsh/global-substitution-on-the-previous-command.md @@ -24,5 +24,5 @@ $ grep 'bar' bar.md ``` For a short command like this, we haven't gained much. However, for large -commands that span the length of your terminal, this can definitely save you +commands that span the length of the terminal, this can definitely save us a little trouble.