Browse Source

Merge pull request #7391 from JKetelaar/patch-1

Fixed typo in docs
Jordi Boggiano 6 years ago
parent
commit
db71ce93ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Composer/Installer.php

+ 1 - 1
src/Composer/Installer.php

@@ -1741,7 +1741,7 @@ class Installer
     }
 
     /**
-     * Should the operations (packge install, update and removal) be executed on disk?
+     * Should the operations (package install, update and removal) be executed on disk?
      *
      * This is disabled implicitly when enabling dryRun
      *