From 3de79957bca7b28246801550e4cdec26fac552fa Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 20 Jun 2014 06:46:01 +0000 Subject: [PATCH] Spell fix --- doc/git_hooks/git_hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/git_hooks/git_hooks.md b/doc/git_hooks/git_hooks.md index 5345bd7ca9..4b0577c131 100644 --- a/doc/git_hooks/git_hooks.md +++ b/doc/git_hooks/git_hooks.md @@ -19,7 +19,7 @@ Let's assume you have the following requirements for your workflow: All you need to do is write simple regular expression that requires mention of JIRA issue in a commit message. It can be something like this `/JIRA\-\d+/`. Just paste regular expression into commit message textfield(without start and ending slash) and save changes. -See screenshot below: +See the screenshot below: ![screenshot](git_hooks.png)