Browse Source

Merge pull request #8780 from xel1045/patch-1

Fix typo: directory instead of directoy
Jordi Boggiano 5 năm trước cách đây
mục cha
commit
e8aae7a86b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Composer/Console/Application.php

+ 1 - 1
src/Composer/Console/Application.php

@@ -514,7 +514,7 @@ class Application extends BaseApplication
     }
 
     /**
-     * Get the working directoy at startup time
+     * Get the working directory at startup time
      *
      * @return string
      */