Explorar o código

Merge pull request #7065 from katzien/master

Correct a tiny typo
Jordi Boggiano %!s(int64=7) %!d(string=hai) anos
pai
achega
916b488c61
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/articles/vendor-binaries.md

+ 1 - 1
doc/articles/vendor-binaries.md

@@ -66,7 +66,7 @@ Say project `my-vendor/project-b` has requirements setup like this:
 ```
 
 Running `composer install` for this `composer.json` will look at
-all of project-b's dependencies and install them to `vendor/bin`.
+all of project-a's binaries and install them to `vendor/bin`.
 
 In this case, Composer will make `vendor/my-vendor/project-a/bin/project-a-bin`
 available as `vendor/bin/project-a-bin`. On a Unix-like platform