From cdaca54b9b9e0609aa2fd1d5a2be30c783e32f63 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Thu, 4 Aug 2016 10:37:20 -0700 Subject: [PATCH] nitpicky detail --- public/posts/2016/08/ios-git-pre-commit-hook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/posts/2016/08/ios-git-pre-commit-hook.md b/public/posts/2016/08/ios-git-pre-commit-hook.md index f93d9ae..0d31c23 100644 --- a/public/posts/2016/08/ios-git-pre-commit-hook.md +++ b/public/posts/2016/08/ios-git-pre-commit-hook.md @@ -85,7 +85,7 @@ That's all there is to it. If we don't exit early then all the code runs. ## General Unixy goodness -Error output should be directed to stderr, not stdout. I littered a bunch of `>&2`s around to rectify that situation. +Error output should be directed to stderr, not stdout. I littered a bunch of `>&2` around to rectify that situation. ## Final countdown