From abb6377caa7fceb844be16867574ebe8a2192796 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Tue, 23 Oct 2018 15:26:43 +0200 Subject: [PATCH] Update 05-repositories.md Fixed typo. --- doc/05-repositories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/05-repositories.md b/doc/05-repositories.md index 9706a07e0..9cd1dbf28 100644 --- a/doc/05-repositories.md +++ b/doc/05-repositories.md @@ -657,7 +657,7 @@ be explicitly defined in the package's `composer.json` file. If the version cannot be resolved by these means, it is assumed to be `dev-master`. The local package will be symlinked if possible, in which case the output in -the console will read `Symlinked from ../../packages/my-package`. If symlinking +the console will read `Symlinking from ../../packages/my-package`. If symlinking is _not_ possible the package will be copied. In that case, the console will output `Mirrored from ../../packages/my-package`.