Typo
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 2 Feb 2018 15:33:55 +0000 (16:33 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 2 Feb 2018 15:33:55 +0000 (16:33 +0100)
doc/Developers-Intro.md

index b1a4d3e..f0591cd 100644 (file)
@@ -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)