Merge pull request #4381 from tobiasd/20180202-doc2

Typo in the docs
This commit is contained in:
Michael Vogel 2018-02-02 16:56:32 +01:00 committed by GitHub
commit 8f1f2c8366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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)