From 4dc0bde5fc9b8132c8fb390f2823e86b6aad150b Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Thu, 4 Aug 2016 10:38:15 -0700 Subject: [PATCH] wording --- 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 0d31c23..8292d54 100644 --- a/public/posts/2016/08/ios-git-pre-commit-hook.md +++ b/public/posts/2016/08/ios-git-pre-commit-hook.md @@ -1,6 +1,6 @@ [Krzysztof Zabłocki][kztwitter] wrote [a nice article on using a git pre-commit hook to catch mistakes in iOS projects][link] before you push those mistakes out to the whole team/world. It's a great idea! But the shell script has some problems, so let's fix those. -If you don't care what I did, why, or how, then you can just [see the updated script][gist]. +If you don't care what I did or why then you can just [see the updated script][gist]. [kztwitter]: https://twitter.com/merowing_ [link]: http://merowing.info/2016/08/setting-up-pre-commit-hook-for-ios/