From e0996d19a19a7f8452030616a7a3f8e0b7514524 Mon Sep 17 00:00:00 2001
From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Fri, 2 Feb 2018 16:33:55 +0100
Subject: [PATCH] Typo

---
 doc/Developers-Intro.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Developers-Intro.md b/doc/Developers-Intro.md
index b1a4d3e4b..f0591cddc 100644
--- a/doc/Developers-Intro.md
+++ b/doc/Developers-Intro.md
@@ -63,7 +63,7 @@ If you want to have git automatically update the dependencies with composer, you
     # to update all the php dependencies
     check_run composer.lock "util/composer.phar install --no-dev"
 
-just place it into `.git/hooks/post-merge` and make it executeable.
+just place it into `.git/hooks/post-merge` and make it executable.
 
 * [Class autoloading](help/autoloader)
 * [Using Composer](help/Composer)